#572211

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

Shades of Caput Mortuum #572211

Tints of Caput Mortuum #572211

Color information

#572211 (or 0x572211) is unknown color: approx Caput Mortuum. HEX triplet: 57, 22 and 11. RGB value is (87,34,17). Sum of RGB (Red+Green+Blue) = 87+34+17=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #572211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572211 is #A8DDEE. Grayscale: #303030. Windows color (decimal): -11066863 or 1122903. OLE color: 1122903.

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

Color convert

RGB873417-
CMYK00.610.800.66
HSL14.57º67.31%20.39%-
HSV(B)14.57º80.46%34.12%-
XYZ4.63.210.91-
YUV47.91110.56155.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=63.04%
G=24.64%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87341700.610.800.6614.5767.3120.39
Hex57221103D5042f4314
Octal12742210751201021710324
Binary1010111100010100010111101101000010000101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572211; }

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

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

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

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

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

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

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

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