#562B23

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

Shades of Caput Mortuum #562B23

Tints of Caput Mortuum #562B23

Color information

#562B23 (or 0x562B23) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2B and 23. RGB value is (86,43,35). Sum of RGB (Red+Green+Blue) = 86+43+35=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #562B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B23 is #A9D4DC. Grayscale: #373737. Windows color (decimal): -11130077 or 2304854. OLE color: 2304854.

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

Color convert

RGB864335-
CMYK00.500.590.66
HSL9.41º42.15%23.73%-
HSV(B)9.41º59.3%33.73%-
XYZ5.013.832.07-
YUV54.94116.75150.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=52.44%
G=26.22%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86433500.500.590.669.4142.1523.73
Hex562B230323B4292a18
Octal126534306273102115230
Binary101011010101110001101100101110111000010100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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