#562011

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

Shades of Caput Mortuum #562011

Tints of Caput Mortuum #562011

Color information

#562011 (or 0x562011) is unknown color: approx Caput Mortuum. HEX triplet: 56, 20 and 11. RGB value is (86,32,17). Sum of RGB (Red+Green+Blue) = 86+32+17=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #562011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562011 is #A9DFEE. Grayscale: #2E2E2E. Windows color (decimal): -11132911 or 1122390. OLE color: 1122390.

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

Color convert

RGB863217-
CMYK00.630.800.66
HSL13.04º66.99%20.2%-
HSV(B)13.04º80.23%33.73%-
XYZ4.463.050.88-
YUV46.44111.39156.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.70%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=63.70%
G=23.70%
B=12.59%

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
Decimal86321700.630.800.6613.0466.9920.2
Hex56201103F5042d4314
Octal12640210771201021510324
Binary1010110100000100010111111101000010000101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562011; }

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

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

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

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

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

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

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

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