#572112

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

Shades of Caput Mortuum #572112

Tints of Caput Mortuum #572112

Color information

#572112 (or 0x572112) is unknown color: approx Caput Mortuum. HEX triplet: 57, 21 and 12. RGB value is (87,33,18). Sum of RGB (Red+Green+Blue) = 87+33+18=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #572112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572112 is #A8DEED. Grayscale: #2F2F2F. Windows color (decimal): -11067118 or 1188183. OLE color: 1188183.

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

Color convert

RGB873318-
CMYK00.620.790.66
HSL13.04º65.71%20.59%-
HSV(B)13.04º79.31%34.12%-
XYZ4.583.160.94-
YUV47.44111.39156.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=63.04%
G=23.91%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87331800.620.790.6613.0465.7120.59
Hex57211203E4F42d4215
Octal12741220761171021510225
Binary1010111100001100100111110100111110000101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572112; }

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

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

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

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

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

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

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

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