#562014

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

Shades of Caput Mortuum #562014

Tints of Caput Mortuum #562014

Color information

#562014 (or 0x562014) is unknown color: approx Caput Mortuum. HEX triplet: 56, 20 and 14. RGB value is (86,32,20). Sum of RGB (Red+Green+Blue) = 86+32+20=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #562014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562014 is #A9DFEB. Grayscale: #2E2E2E. Windows color (decimal): -11132908 or 1318998. OLE color: 1318998.

HSL color Cylindrical-coordinate representation of color #562014: hue angle of 10.91º 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 #562014 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB863220-
CMYK00.630.770.66
HSL10.91º62.26%20.78%-
HSV(B)10.91º76.74%33.73%-
XYZ4.483.061.02-
YUV46.78112.89155.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=62.32%
G=23.19%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86322000.630.770.6610.9162.2620.78
Hex56201403F4D42b3e15
Octal1264024077115102137625
Binary101011010000010100011111110011011000010101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562014; }

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

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

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

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

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

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

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

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