#572420

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

Shades of Caput Mortuum #572420

Tints of Caput Mortuum #572420

Color information

#572420 (or 0x572420) is unknown color: approx Caput Mortuum. HEX triplet: 57, 24 and 20. RGB value is (87,36,32). Sum of RGB (Red+Green+Blue) = 87+36+32=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #572420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572420 is #A8DBDF. Grayscale: #323232. Windows color (decimal): -11066336 or 2106455. OLE color: 2106455.

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

Color convert

RGB873632-
CMYK00.590.630.66
HSL4.36º46.22%23.33%-
HSV(B)4.36º63.22%34.12%-
XYZ4.823.391.77-
YUV50.79117.4153.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=56.13%
G=23.23%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87363200.590.630.664.3646.2223.33
Hex57242003B3F4242e17
Octal12744400737710245627
Binary10101111001001000000111011111111100001010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572420; }

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

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

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

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

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

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

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

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