#562520

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

Shades of Caput Mortuum #562520

Tints of Caput Mortuum #562520

Color information

#562520 (or 0x562520) is unknown color: approx Caput Mortuum. HEX triplet: 56, 25 and 20. RGB value is (86,37,32). Sum of RGB (Red+Green+Blue) = 86+37+32=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #562520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562520 is #A9DADF. Grayscale: #333333. Windows color (decimal): -11131616 or 2106710. OLE color: 2106710.

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

Color convert

RGB863732-
CMYK00.570.630.66
HSL5.56º45.76%23.14%-
HSV(B)5.56º62.79%33.73%-
XYZ4.763.411.77-
YUV51.08117.23152.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=55.48%
G=23.87%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86373200.570.630.665.5645.7623.14
Hex5625200393F4262e17
Octal12645400717710265627
Binary10101101001011000000111001111111100001011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562520; }

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

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

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

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

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

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

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

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