#572D20

Color #572D20 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #572D20

Tints of Caput Mortuum #572D20

Color information

#572D20 (or 0x572D20) is unknown color: approx Caput Mortuum. HEX triplet: 57, 2D and 20. RGB value is (87,45,32). Sum of RGB (Red+Green+Blue) = 87+45+32=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #572D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D20 is #A8D2DF. Grayscale: #383838. Windows color (decimal): -11064032 or 2108759. OLE color: 2108759.

HSL color Cylindrical-coordinate representation of color #572D20: hue angle of 14.18º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572D20 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB874532-
CMYK00.480.630.66
HSL14.18º46.22%23.33%-
HSV(B)14.18º63.22%34.12%-
XYZ5.134.011.87-
YUV56.08114.41150.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=53.05%
G=27.44%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87453200.480.630.6614.1846.2223.33
Hex572D200303F42e2e17
Octal127554006077102165627
Binary101011110110110000001100001111111000010111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572D20; }

 p { color: rgb(87,45,32); }

 H1.HeaderClassName
 {
   color: #572D20;
 }
 .AnyTagClassName
 {
   color: #572D20;
 }
</style>
background-color css

<style>
 a { background-color: #572D20; }

 a { background-color: rgb(87,45,32); }

 div.DivClassName
 {
   background-color: #572D20;
 }
 .BgClassName
 {
   background-color: #572D20;
 }
</style>
border-color css

<style>
 span { border-color: #572D20; }

 span { border-color: rgb(87,45,32); }

 td.TdClassName
 {
   border-color: #572D20;
 }
 .TagClassName
 {
   border-color: #572D20;
 }
</style>