#562621

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

Shades of Caput Mortuum #562621

Tints of Caput Mortuum #562621

Color information

#562621 (or 0x562621) is unknown color: approx Caput Mortuum. HEX triplet: 56, 26 and 21. RGB value is (86,38,33). Sum of RGB (Red+Green+Blue) = 86+38+33=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #562621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562621 is #A9D9DE. Grayscale: #333333. Windows color (decimal): -11131359 or 2172502. OLE color: 2172502.

HSL color Cylindrical-coordinate representation of color #562621: hue angle of 5.66º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562621 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB863833-
CMYK00.560.620.66
HSL5.66º44.54%23.33%-
HSV(B)5.66º61.63%33.73%-
XYZ4.813.471.86-
YUV51.78117.4152.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=54.78%
G=24.20%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86383300.560.620.665.6644.5423.33
Hex5626210383E4262d17
Octal12646410707610265527
Binary10101101001101000010111000111110100001011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562621; }

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

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

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

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

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

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

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

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