#562521

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

Shades of Caput Mortuum #562521

Tints of Caput Mortuum #562521

Color information

#562521 (or 0x562521) is unknown color: approx Caput Mortuum. HEX triplet: 56, 25 and 21. RGB value is (86,37,33). Sum of RGB (Red+Green+Blue) = 86+37+33=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #562521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562521 is #A9DADE. Grayscale: #333333. Windows color (decimal): -11131615 or 2172246. OLE color: 2172246.

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

Color convert

RGB863733-
CMYK00.570.620.66
HSL4.53º44.54%23.33%-
HSV(B)4.53º61.63%33.73%-
XYZ4.773.411.85-
YUV51.19117.73152.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=55.13%
G=23.72%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86373300.570.620.664.5344.5423.33
Hex5625210393E4252d17
Octal12645410717610255527
Binary10101101001011000010111001111110100001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562521; }

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

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

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

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

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

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

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

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