#562E23

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

Shades of Caput Mortuum #562E23

Tints of Caput Mortuum #562E23

Color information

#562E23 (or 0x562E23) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2E and 23. RGB value is (86,46,35). Sum of RGB (Red+Green+Blue) = 86+46+35=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #562E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E23 is #A9D1DC. Grayscale: #383838. Windows color (decimal): -11129309 or 2305622. OLE color: 2305622.

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

Color convert

RGB864635-
CMYK00.470.590.66
HSL12.94º42.15%23.73%-
HSV(B)12.94º59.3%33.73%-
XYZ5.124.052.1-
YUV56.71115.75148.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=51.50%
G=27.54%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86463500.470.590.6612.9442.1523.73
Hex562E2302F3B42d2a18
Octal126564305773102155230
Binary101011010111010001101011111110111000010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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