#562314

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

Shades of Caput Mortuum #562314

Tints of Caput Mortuum #562314

Color information

#562314 (or 0x562314) is unknown color: approx Caput Mortuum. HEX triplet: 56, 23 and 14. RGB value is (86,35,20). Sum of RGB (Red+Green+Blue) = 86+35+20=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #562314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562314 is #A9DCEB. Grayscale: #303030. Windows color (decimal): -11132140 or 1319766. OLE color: 1319766.

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

Color convert

RGB863520-
CMYK00.590.770.66
HSL13.64º62.26%20.78%-
HSV(B)13.64º76.74%33.73%-
XYZ4.573.231.04-
YUV48.54111.9154.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=60.99%
G=24.82%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86352000.590.770.6613.6462.2620.78
Hex56231403B4D42e3e15
Octal1264324073115102167625
Binary101011010001110100011101110011011000010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562314; }

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

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

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

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

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

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

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

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