Color Hex Logo

#c4862b Color Hex

#C4862B
(196,134,43)
0 Favorites   0 Comments

Color spaces of #c4862b

RGB 19613443
HSL0.100.640.47
HSV36°78°77°
CMYK 0.000.320.78   0.23
XYZ31.726128.96046.2033
Yxy28.96040.47430.4330
Hunter Lab53.814911.057130.8360
CIE-Lab60.746716.035655.3643

#c4862b color RGB value is (196,134,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 00101011
Octal 304 206 53
Decimal 196 134 43
Hex C4 86 2B

RGB Percentages of Color #c4862b

%52.55
%35.92
%11.53

CMYK Percentages of Color #c4862b

%0
%32
%78
%23

Triadic Colors of #c4862b

#c4862b #2bc486 #862bc4

Analogous Colors of #c4862b

#c4862b #b6c42b #c43a2b

Monochromatic Colors of #c4862b

#c4862b

Complementary Color

#c4862b #2b69c4

#c4862b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4862b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4862b Color CSS Codes

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

#c4862b Text Font Color

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

This sample text font color is #c4862b
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.


#c4862b Background Color

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

This div background color is #c4862b


#c4862b Border Color

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

This div border color is #c4862b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4862b


Comments

No comments written yet.

Please login to write comment.