#572620

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

Shades of Caput Mortuum #572620

Tints of Caput Mortuum #572620

Color information

#572620 (or 0x572620) is unknown color: approx Caput Mortuum. HEX triplet: 57, 26 and 20. RGB value is (87,38,32). Sum of RGB (Red+Green+Blue) = 87+38+32=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #572620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572620 is #A8D9DF. Grayscale: #343434. Windows color (decimal): -11065824 or 2106967. OLE color: 2106967.

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

Color convert

RGB873832-
CMYK00.560.630.66
HSL6.55º46.22%23.33%-
HSV(B)6.55º63.22%34.12%-
XYZ4.883.521.79-
YUV51.97116.73152.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=55.41%
G=24.20%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87383200.560.630.666.5546.2223.33
Hex5726200383F4272e17
Octal12746400707710275627
Binary10101111001101000000111000111111100001011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572620; }

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

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

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

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

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

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

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

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