Color Hex Logo

#c4862a Color Hex

#C4862A
(196,134,42)
0 Favorites   0 Comments

Color spaces of #c4862a

RGB 19613442
HSL0.100.650.47
HSV36°79°77°
CMYK 0.000.320.79   0.23
XYZ31.708028.95316.1078
Yxy28.95310.47490.4336
Hunter Lab53.808111.022230.9356
CIE-Lab60.740215.997455.7502

#c4862a color RGB value is (196,134,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 00101010
Octal 304 206 52
Decimal 196 134 42
Hex C4 86 2A

RGB Percentages of Color #c4862a

%52.69
%36.02
%11.29

CMYK Percentages of Color #c4862a

%0
%32
%79
%23

Triadic Colors of #c4862a

#c4862a #2ac486 #862ac4

Analogous Colors of #c4862a

#c4862a #b5c42a #c4392a

Monochromatic Colors of #c4862a

#c4862a

Complementary Color

#c4862a #2a68c4

#c4862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4862a Color CSS Codes

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

#c4862a Text Font Color

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

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


#c4862a Background Color

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

This div background color is #c4862a


#c4862a Border Color

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

This div border color is #c4862a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4862a


Comments

No comments written yet.

Please login to write comment.