#572920

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

Shades of Caput Mortuum #572920

Tints of Caput Mortuum #572920

Color information

#572920 (or 0x572920) is unknown color: approx Caput Mortuum. HEX triplet: 57, 29 and 20. RGB value is (87,41,32). Sum of RGB (Red+Green+Blue) = 87+41+32=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #572920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572920 is #A8D6DF. Grayscale: #353535. Windows color (decimal): -11065056 or 2107735. OLE color: 2107735.

HSL color Cylindrical-coordinate representation of color #572920: hue angle of 9.82º 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 #572920 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB874132-
CMYK00.530.630.66
HSL9.82º46.22%23.33%-
HSV(B)9.82º63.22%34.12%-
XYZ4.983.721.82-
YUV53.73115.74151.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 32 (12.89% from 255) = 20%
R=54.38%
G=25.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87413200.530.630.669.8246.2223.33
Hex5729200353F42a2e17
Octal127514006577102125627
Binary101011110100110000001101011111111000010101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572920; }

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

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

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

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

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

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

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

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