Color Hex Logo

#c0521f Color Hex

#C0521F
(192,82,31)
0 Favorites   0 Comments

Color spaces of #c0521f

RGB 1928231
HSL0.050.720.44
HSV19°84°75°
CMYK 0.000.570.84   0.25
XYZ25.002817.34003.3255
Yxy17.34000.54750.3797
Hunter Lab41.641334.304924.4140
CIE-Lab48.685641.553949.0103

#c0521f color RGB value is (192,82,31).

#c0521f hex color red value is 192, green value is 82 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c0521f hue: 0.05 , saturation: 0.72 and the lightness value of c0521f is 0.44.

The process color (four color CMYK) of #c0521f color hex is 0.00, 0.57, 0.84, 0.25. Web safe color of #c0521f is #cc6633. Color #c0521f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 00011111
Octal 300 122 37
Decimal 192 82 31
Hex C0 52 1F

RGB Percentages of Color #c0521f

%62.95
%26.89
%10.16

CMYK Percentages of Color #c0521f

%0
%57
%84
%25

Triadic Colors of #c0521f

#c0521f #1fc052 #521fc0

Analogous Colors of #c0521f

#c0521f #c0a31f #c01f3c

Monochromatic Colors of #c0521f

#c0521f

Complementary Color

#c0521f #1f8dc0

#c0521f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0521f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0521f Color CSS Codes

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

#c0521f Text Font Color

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

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


#c0521f Background Color

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

This div background color is #c0521f


#c0521f Border Color

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

This div border color is #c0521f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,82,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0521f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0521f;
  -webkit-box-shadow: 1px 1px 3px 2px #c0521f;
  box-shadow:         1px 1px 3px 2px #c0521f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,82,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0521f


Comments

No comments written yet.

Please login to write comment.