#562420

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

Shades of Caput Mortuum #562420

Tints of Caput Mortuum #562420

Color information

#562420 (or 0x562420) is unknown color: approx Caput Mortuum. HEX triplet: 56, 24 and 20. RGB value is (86,36,32). Sum of RGB (Red+Green+Blue) = 86+36+32=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #562420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562420 is #A9DBDF. Grayscale: #323232. Windows color (decimal): -11131872 or 2106454. OLE color: 2106454.

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

Color convert

RGB863632-
CMYK00.580.630.66
HSL4.44º45.76%23.14%-
HSV(B)4.44º62.79%33.73%-
XYZ4.733.341.76-
YUV50.49117.56153.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=55.84%
G=23.38%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86363200.580.630.664.4445.7623.14
Hex56242003A3F4242e17
Octal12644400727710245627
Binary10101101001001000000111010111111100001010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562420; }

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

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

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

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

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

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

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

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