#562117

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

Shades of Caput Mortuum #562117

Tints of Caput Mortuum #562117

Color information

#562117 (or 0x562117) is unknown color: approx Caput Mortuum. HEX triplet: 56, 21 and 17. RGB value is (86,33,23). Sum of RGB (Red+Green+Blue) = 86+33+23=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #562117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562117 is #A9DEE8. Grayscale: #2F2F2F. Windows color (decimal): -11132649 or 1515862. OLE color: 1515862.

HSL color Cylindrical-coordinate representation of color #562117: hue angle of 9.52º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562117 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB863323-
CMYK00.620.730.66
HSL9.52º57.8%21.37%-
HSV(B)9.52º73.26%33.73%-
XYZ4.543.131.18-
YUV47.71114.06155.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=60.56%
G=23.24%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86332300.620.730.669.5257.821.37
Hex56211703E4942a3a15
Octal1264127076111102127225
Binary101011010000110111011111010010011000010101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562117; }

 p { color: rgb(86,33,23); }

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

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

 a { background-color: rgb(86,33,23); }

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

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

 span { border-color: rgb(86,33,23); }

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