#562212

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

Shades of Caput Mortuum #562212

Tints of Caput Mortuum #562212

Color information

#562212 (or 0x562212) is unknown color: approx Caput Mortuum. HEX triplet: 56, 22 and 12. RGB value is (86,34,18). Sum of RGB (Red+Green+Blue) = 86+34+18=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #562212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562212 is #A9DDED. Grayscale: #2F2F2F. Windows color (decimal): -11132398 or 1188438. OLE color: 1188438.

HSL color Cylindrical-coordinate representation of color #562212: hue angle of 14.12º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562212 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB863418-
CMYK00.600.790.66
HSL14.12º65.38%20.39%-
HSV(B)14.12º79.07%33.73%-
XYZ4.523.170.95-
YUV47.72111.23155.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=62.32%
G=24.64%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86341800.600.790.6614.1265.3820.39
Hex56221203C4F42e4114
Octal12642220741171021610124
Binary1010110100010100100111100100111110000101110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562212; }

 p { color: rgb(86,34,18); }

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

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

 a { background-color: rgb(86,34,18); }

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

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

 span { border-color: rgb(86,34,18); }

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