#562A20

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

Shades of Caput Mortuum #562A20

Tints of Caput Mortuum #562A20

Color information

#562A20 (or 0x562A20) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2A and 20. RGB value is (86,42,32). Sum of RGB (Red+Green+Blue) = 86+42+32=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #562A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A20 is #A9D5DF. Grayscale: #363636. Windows color (decimal): -11130336 or 2107990. OLE color: 2107990.

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

Color convert

RGB864232-
CMYK00.510.630.66
HSL11.11º45.76%23.14%-
HSV(B)11.11º62.79%33.73%-
XYZ4.933.741.83-
YUV54.02115.58150.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 32 (12.89% from 255) = 20%
R=53.75%
G=26.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86423200.510.630.6611.1145.7623.14
Hex562A200333F42b2e17
Octal126524006377102135627
Binary101011010101010000001100111111111000010101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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