#562620

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

Shades of Caput Mortuum #562620

Tints of Caput Mortuum #562620

Color information

#562620 (or 0x562620) is unknown color: approx Caput Mortuum. HEX triplet: 56, 26 and 20. RGB value is (86,38,32). Sum of RGB (Red+Green+Blue) = 86+38+32=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #562620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562620 is #A9D9DF. Grayscale: #333333. Windows color (decimal): -11131360 or 2106966. OLE color: 2106966.

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

Color convert

RGB863832-
CMYK00.560.630.66
HSL6.67º45.76%23.14%-
HSV(B)6.67º62.79%33.73%-
XYZ4.793.471.78-
YUV51.67116.9152.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=55.13%
G=24.36%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86383200.560.630.666.6745.7623.14
Hex5626200383F4272e17
Octal12646400707710275627
Binary10101101001101000000111000111111100001011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562620; }

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

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

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

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

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

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

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

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