#562214

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

Shades of Caput Mortuum #562214

Tints of Caput Mortuum #562214

Color information

#562214 (or 0x562214) is unknown color: approx Caput Mortuum. HEX triplet: 56, 22 and 14. RGB value is (86,34,20). Sum of RGB (Red+Green+Blue) = 86+34+20=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #562214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562214 is #A9DDEB. Grayscale: #303030. Windows color (decimal): -11132396 or 1319510. OLE color: 1319510.

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

Color convert

RGB863420-
CMYK00.600.770.66
HSL12.73º62.26%20.78%-
HSV(B)12.73º76.74%33.73%-
XYZ4.543.171.04-
YUV47.95112.23155.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=61.43%
G=24.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86342000.600.770.6612.7362.2620.78
Hex56221403C4D42d3e15
Octal1264224074115102157625
Binary101011010001010100011110010011011000010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562214; }

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

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

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

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

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

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

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

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