#562414

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

Shades of Caput Mortuum #562414

Tints of Caput Mortuum #562414

Color information

#562414 (or 0x562414) is unknown color: approx Caput Mortuum. HEX triplet: 56, 24 and 14. RGB value is (86,36,20). Sum of RGB (Red+Green+Blue) = 86+36+20=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #562414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562414 is #A9DBEB. Grayscale: #313131. Windows color (decimal): -11131884 or 1320022. OLE color: 1320022.

HSL color Cylindrical-coordinate representation of color #562414: hue angle of 14.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562414 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB863620-
CMYK00.580.770.66
HSL14.55º62.26%20.78%-
HSV(B)14.55º76.74%33.73%-
XYZ4.593.291.05-
YUV49.13111.56154.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=60.56%
G=25.35%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86362000.580.770.6614.5562.2620.78
Hex56241403A4D42f3e15
Octal1264424072115102177625
Binary101011010010010100011101010011011000010111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562414; }

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

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

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

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

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

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

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

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