#562B24

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

Shades of Caput Mortuum #562B24

Tints of Caput Mortuum #562B24

Color information

#562B24 (or 0x562B24) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2B and 24. RGB value is (86,43,36). Sum of RGB (Red+Green+Blue) = 86+43+36=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #562B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B24 is #A9D4DB. Grayscale: #373737. Windows color (decimal): -11130076 or 2370390. OLE color: 2370390.

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

Color convert

RGB864336-
CMYK00.500.580.66
HSL8.4º40.98%23.92%-
HSV(B)8.4º58.14%33.73%-
XYZ5.023.832.14-
YUV55.06117.25150.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=52.12%
G=26.06%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86433600.500.580.668.440.9823.92
Hex562B240323A4282918
Octal126534406272102105130
Binary101011010101110010001100101110101000010100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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