#562c20

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

Shades of Caput Mortuum #562C20

Tints of Caput Mortuum #562C20

Color information

#562C20 (or 0x562C20) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2C and 20. RGB value is (86,44,32). Sum of RGB (Red+Green+Blue) = 86+44+32=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #562C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562C20 is #A9D3DF. Grayscale: #373737. Windows color (decimal): -11129824 or 2108502. OLE color: 2108502.

HSL color Cylindrical-coordinate representation of color #562C20: hue angle of 13.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562C20 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB864432-
CMYK00.490.630.66
HSL13.33º45.76%23.14%-
HSV(B)13.33º62.79%33.73%-
XYZ53.881.85-
YUV55.19114.91149.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=53.09%
G=27.16%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86443200.490.630.6613.3345.7623.14
Hex562C200313F42d2e17
Octal126544006177102155627
Binary101011010110010000001100011111111000010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562c20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562c20; }

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

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

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

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

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

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

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

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