#562820

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

Shades of Caput Mortuum #562820

Tints of Caput Mortuum #562820

Color information

#562820 (or 0x562820) is unknown color: approx Caput Mortuum. HEX triplet: 56, 28 and 20. RGB value is (86,40,32). Sum of RGB (Red+Green+Blue) = 86+40+32=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #562820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562820 is #A9D7DF. Grayscale: #343434. Windows color (decimal): -11130848 or 2107478. OLE color: 2107478.

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

Color convert

RGB864032-
CMYK00.530.630.66
HSL8.89º45.76%23.14%-
HSV(B)8.89º62.79%33.73%-
XYZ4.863.61.81-
YUV52.84116.24151.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=54.43%
G=25.32%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86403200.530.630.668.8945.7623.14
Hex5628200353F4292e17
Octal126504006577102115627
Binary101011010100010000001101011111111000010100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562820; }

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

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

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

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

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

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

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

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