#572011

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

Shades of Caput Mortuum #572011

Tints of Caput Mortuum #572011

Color information

#572011 (or 0x572011) is unknown color: approx Caput Mortuum. HEX triplet: 57, 20 and 11. RGB value is (87,32,17). Sum of RGB (Red+Green+Blue) = 87+32+17=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #572011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572011 is #A8DFEE. Grayscale: #2E2E2E. Windows color (decimal): -11067375 or 1122391. OLE color: 1122391.

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

Color convert

RGB873217-
CMYK00.630.800.66
HSL12.86º67.31%20.39%-
HSV(B)12.86º80.46%34.12%-
XYZ4.553.10.89-
YUV46.74111.22156.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=63.97%
G=23.53%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87321700.630.800.6612.8667.3120.39
Hex57201103F5042d4314
Octal12740210771201021510324
Binary1010111100000100010111111101000010000101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572011; }

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

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

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

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

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

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

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

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