Color Hex Logo

#c5820b Color Hex

#C5820B
(197,130,11)
0 Favorites   0 Comments

Color spaces of #c5820b

RGB 19713011
HSL0.110.890.41
HSV38°94°77°
CMYK 0.000.340.94   0.23
XYZ31.069027.85974.0566
Yxy27.85970.49330.4423
Hunter Lab52.782312.700632.3908
CIE-Lab59.761817.869663.8257

#c5820b color RGB value is (197,130,11).

#c5820b hex color red value is 197, green value is 130 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c5820b hue: 0.11 , saturation: 0.89 and the lightness value of c5820b is 0.41.

The process color (four color CMYK) of #c5820b color hex is 0.00, 0.34, 0.94, 0.23. Web safe color of #c5820b is #cc9900. Color #c5820b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 00001011
Octal 305 202 13
Decimal 197 130 11
Hex C5 82 B

RGB Percentages of Color #c5820b

%58.28
%38.46
%3.25

CMYK Percentages of Color #c5820b

%0
%34
%94
%23

Triadic Colors of #c5820b

#c5820b #0bc582 #820bc5

Analogous Colors of #c5820b

#c5820b #abc50b #c5250b

Monochromatic Colors of #c5820b

#c5820b

Complementary Color

#c5820b #0b4ec5

#c5820b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5820b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5820b Color CSS Codes

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

#c5820b Text Font Color

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

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


#c5820b Background Color

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

This div background color is #c5820b


#c5820b Border Color

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

This div border color is #c5820b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,130,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5820b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5820b;
  -webkit-box-shadow: 1px 1px 3px 2px #c5820b;
  box-shadow:         1px 1px 3px 2px #c5820b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,130,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5820b


Comments

No comments written yet.

Please login to write comment.