#562010

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

Shades of Caput Mortuum #562010

Tints of Caput Mortuum #562010

Color information

#562010 (or 0x562010) is unknown color: approx Caput Mortuum. HEX triplet: 56, 20 and 10. RGB value is (86,32,16). Sum of RGB (Red+Green+Blue) = 86+32+16=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #562010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562010 is #A9DFEF. Grayscale: #2E2E2E. Windows color (decimal): -11132912 or 1056854. OLE color: 1056854.

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

Color convert

RGB863216-
CMYK00.630.810.66
HSL13.71º68.63%20%-
HSV(B)13.71º81.4%33.73%-
XYZ4.453.050.84-
YUV46.32110.89156.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.18%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=64.18%
G=23.88%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86321600.630.810.6613.7168.6320
Hex56201003F5142e4514
Octal12640200771211021610524
Binary1010110100000100000111111101000110000101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562010; }

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

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

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

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

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

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

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

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