Color Hex Logo

#c0522f Color Hex

#C0522F
(192,82,47)
0 Favorites   0 Comments

Color spaces of #c0522f

RGB 1928247
HSL0.040.610.47
HSV14°76°75°
CMYK 0.000.570.76   0.25
XYZ25.268617.44634.7250
Yxy17.44630.53260.3678
Hunter Lab41.768834.890722.5311
CIE-Lab48.817542.116641.4724

#c0522f color RGB value is (192,82,47).

#c0522f hex color red value is 192, green value is 82 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c0522f hue: 0.04 , saturation: 0.61 and the lightness value of c0522f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 00101111
Octal 300 122 57
Decimal 192 82 47
Hex C0 52 2F

RGB Percentages of Color #c0522f

%59.81
%25.55
%14.64

CMYK Percentages of Color #c0522f

%0
%57
%76
%25

Triadic Colors of #c0522f

#c0522f #2fc052 #522fc0

Analogous Colors of #c0522f

#c0522f #c09b2f #c02f54

Monochromatic Colors of #c0522f

#c0522f

Complementary Color

#c0522f #2f9dc0

#c0522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0522f Color CSS Codes

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

#c0522f Text Font Color

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

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


#c0522f Background Color

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

This div background color is #c0522f


#c0522f Border Color

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

This div border color is #c0522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0522f


Comments

No comments written yet.

Please login to write comment.