#562c24

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

Shades of Caput Mortuum #562C24

Tints of Caput Mortuum #562C24

Color information

#562C24 (or 0x562C24) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2C and 24. RGB value is (86,44,36). Sum of RGB (Red+Green+Blue) = 86+44+36=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #562C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562C24 is #A9D3DB. Grayscale: #373737. Windows color (decimal): -11129820 or 2370646. OLE color: 2370646.

HSL color Cylindrical-coordinate representation of color #562C24: hue angle of 9.6º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #562C24 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB864436-
CMYK00.490.580.66
HSL9.6º40.98%23.92%-
HSV(B)9.6º58.14%33.73%-
XYZ5.063.912.16-
YUV55.65116.91149.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=51.81%
G=26.51%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86443600.490.580.669.640.9823.92
Hex562C240313A42a2918
Octal126544406172102125130
Binary101011010110010010001100011110101000010101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562c24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,44,36); }

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

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

 a { background-color: rgb(86,44,36); }

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

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

 span { border-color: rgb(86,44,36); }

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