#572A24

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

Shades of Caput Mortuum #572A24

Tints of Caput Mortuum #572A24

Color information

#572A24 (or 0x572A24) is unknown color: approx Caput Mortuum. HEX triplet: 57, 2A and 24. RGB value is (87,42,36). Sum of RGB (Red+Green+Blue) = 87+42+36=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A24 is #A8D5DB. Grayscale: #363636. Windows color (decimal): -11064796 or 2370135. OLE color: 2370135.

HSL color Cylindrical-coordinate representation of color #572A24: hue angle of 7.06º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #572A24 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB874236-
CMYK00.520.590.66
HSL7.06º41.46%24.12%-
HSV(B)7.06º58.62%34.12%-
XYZ5.083.812.14-
YUV54.77117.41150.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=52.73%
G=25.45%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87423600.520.590.667.0641.4624.12
Hex572A240343B4272918
Octal12752440647310275130
Binary10101111010101001000110100111011100001011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,42,36); }

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

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

 a { background-color: rgb(87,42,36); }

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

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

 span { border-color: rgb(87,42,36); }

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