#562D21

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

Shades of Caput Mortuum #562D21

Tints of Caput Mortuum #562D21

Color information

#562D21 (or 0x562D21) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2D and 21. RGB value is (86,45,33). Sum of RGB (Red+Green+Blue) = 86+45+33=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #562D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562D21 is #A9D2DE. Grayscale: #373737. Windows color (decimal): -11129567 or 2174294. OLE color: 2174294.

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

Color convert

RGB864533-
CMYK00.480.620.66
HSL13.58º44.54%23.33%-
HSV(B)13.58º61.63%33.73%-
XYZ5.053.971.94-
YUV55.89115.08149.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=52.44%
G=27.44%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86453300.480.620.6613.5844.5423.33
Hex562D210303E42e2d17
Octal126554106076102165527
Binary101011010110110000101100001111101000010111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562D21; }

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

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

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

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

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

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

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

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