#562A23

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

Shades of Caput Mortuum #562A23

Tints of Caput Mortuum #562A23

Color information

#562A23 (or 0x562A23) is unknown color: approx Caput Mortuum. HEX triplet: 56, 2A and 23. RGB value is (86,42,35). Sum of RGB (Red+Green+Blue) = 86+42+35=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #562A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A23 is #A9D5DC. Grayscale: #363636. Windows color (decimal): -11130333 or 2304598. OLE color: 2304598.

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

Color convert

RGB864235-
CMYK00.510.590.66
HSL8.24º42.15%23.73%-
HSV(B)8.24º59.3%33.73%-
XYZ4.973.762.05-
YUV54.36117.08150.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=52.76%
G=25.77%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86423500.510.590.668.2442.1523.73
Hex562A230333B4282a18
Octal126524306373102105230
Binary101011010101010001101100111110111000010100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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