#562D20

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

Shades of Caput Mortuum #562D20

Tints of Caput Mortuum #562D20

Color information

#562D20 (or 0x562D20) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2D and 20. RGB value is (86,45,32). Sum of RGB (Red+Green+Blue) = 86+45+32=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #562D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562D20 is #A9D2DF. Grayscale: #373737. Windows color (decimal): -11129568 or 2108758. OLE color: 2108758.

HSL color Cylindrical-coordinate representation of color #562D20: hue angle of 14.44º 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 #562D20 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB864532-
CMYK00.480.630.66
HSL14.44º45.76%23.14%-
HSV(B)14.44º62.79%33.73%-
XYZ5.043.961.87-
YUV55.78114.58149.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=52.76%
G=27.61%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86453200.480.630.6614.4445.7623.14
Hex562D200303F42e2e17
Octal126554006077102165627
Binary101011010110110000001100001111111000010111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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