#562516

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

Shades of Caput Mortuum #562516

Tints of Caput Mortuum #562516

Color information

#562516 (or 0x562516) is unknown color: approx Caput Mortuum. HEX triplet: 56, 25 and 16. RGB value is (86,37,22). Sum of RGB (Red+Green+Blue) = 86+37+22=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562516 is #A9DAE9. Grayscale: #323232. Windows color (decimal): -11131626 or 1451350. OLE color: 1451350.

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

Color convert

RGB863722-
CMYK00.570.740.66
HSL14.06º59.26%21.18%-
HSV(B)14.06º74.42%33.73%-
XYZ4.643.361.16-
YUV49.94112.23153.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=59.31%
G=25.52%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86372200.570.740.6614.0659.2621.18
Hex5625160394A42e3b15
Octal1264526071112102167325
Binary101011010010110110011100110010101000010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562516; }

 p { color: rgb(86,37,22); }

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

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

 a { background-color: rgb(86,37,22); }

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

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

 span { border-color: rgb(86,37,22); }

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