#572412

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

Shades of Caput Mortuum #572412

Tints of Caput Mortuum #572412

Color information

#572412 (or 0x572412) is unknown color: approx Caput Mortuum. HEX triplet: 57, 24 and 12. RGB value is (87,36,18). Sum of RGB (Red+Green+Blue) = 87+36+18=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572412 is #A8DBED. Grayscale: #313131. Windows color (decimal): -11066350 or 1188951. OLE color: 1188951.

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

Color convert

RGB873618-
CMYK00.590.790.66
HSL15.65º65.71%20.59%-
HSV(B)15.65º79.31%34.12%-
XYZ4.673.330.97-
YUV49.2110.4154.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=61.70%
G=25.53%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87361800.590.790.6615.6565.7120.59
Hex57241203B4F42104215
Octal12744220731171022010225
Binary10101111001001001001110111001111100001010000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572412; }

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

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

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

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

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

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

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

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