#572012

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

Shades of Caput Mortuum #572012

Tints of Caput Mortuum #572012

Color information

#572012 (or 0x572012) is unknown color: approx Caput Mortuum. HEX triplet: 57, 20 and 12. RGB value is (87,32,18). Sum of RGB (Red+Green+Blue) = 87+32+18=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #572012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572012 is #A8DFED. Grayscale: #2E2E2E. Windows color (decimal): -11067374 or 1187927. OLE color: 1187927.

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

Color convert

RGB873218-
CMYK00.630.790.66
HSL12.17º65.71%20.59%-
HSV(B)12.17º79.31%34.12%-
XYZ4.563.10.93-
YUV46.85111.72156.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=63.50%
G=23.36%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87321800.630.790.6612.1765.7120.59
Hex57201203F4F42c4215
Octal12740220771171021410225
Binary1010111100000100100111111100111110000101100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572012; }

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

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

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

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

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

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

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

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