Color Hex Logo

#c4862e Color Hex

#C4862E
(196,134,46)
0 Favorites   0 Comments

Color spaces of #c4862e

RGB 19613446
HSL0.100.620.47
HSV35°77°77°
CMYK 0.000.320.77   0.23
XYZ31.783228.98326.5039
Yxy28.98320.47250.4308
Hunter Lab53.836011.168030.5224
CIE-Lab60.766816.156854.1755

#c4862e color RGB value is (196,134,46).

#c4862e hex color red value is 196, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c4862e hue: 0.10 , saturation: 0.62 and the lightness value of c4862e is 0.47.

The process color (four color CMYK) of #c4862e color hex is 0.00, 0.32, 0.77, 0.23. Web safe color of #c4862e is #cc9933. Color #c4862e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 00101110
Octal 304 206 56
Decimal 196 134 46
Hex C4 86 2E

RGB Percentages of Color #c4862e

%52.13
%35.64
%12.23

CMYK Percentages of Color #c4862e

%0
%32
%77
%23

Triadic Colors of #c4862e

#c4862e #2ec486 #862ec4

Analogous Colors of #c4862e

#c4862e #b7c42e #c43b2e

Monochromatic Colors of #c4862e

#c4862e

Complementary Color

#c4862e #2e6cc4

#c4862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4862e Color CSS Codes

.mybgcolor {background-color:#c4862e; } 
.myforecolor {color:#c4862e; }
.mybordercolor {border:3px solid #c4862e; }

#c4862e Text Font Color

<p style="color:#c4862e">Text here</p>

This sample text font color is #c4862e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c4862e Background Color

<div style="background-color:#c4862e">
Div content here</div>

This div background color is #c4862e


#c4862e Border Color

<div style="border:3px solid #c4862e">
Div here</div>

This div border color is #c4862e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,134,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4862e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4862e;
  -webkit-box-shadow: 1px 1px 3px 2px #c4862e;
  box-shadow:         1px 1px 3px 2px #c4862e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,134,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4862e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c4862e;
  -webkit-box-shadow: 1px 1px 3px 2px #c4862e;
  box-shadow:         1px 1px 3px 2px #c4862e;">
Div content here</div>

This div box has shadow with color #c4862e


Comments

No comments written yet.

Please login to write comment.