#561E14

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

Shades of Caput Mortuum #561E14

Tints of Caput Mortuum #561E14

Color information

#561E14 (or 0x561E14) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1E and 14. RGB value is (86,30,20). Sum of RGB (Red+Green+Blue) = 86+30+20=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #561E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E14 is #A9E1EB. Grayscale: #2D2D2D. Windows color (decimal): -11133420 or 1318486. OLE color: 1318486.

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

Color convert

RGB863020-
CMYK00.650.770.66
HSL9.09º62.26%20.78%-
HSV(B)9.09º76.74%33.73%-
XYZ4.432.961-
YUV45.6113.55156.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.24%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=63.24%
G=22.06%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86302000.650.770.669.0962.2620.78
Hex561E140414D4293e15
Octal12636240101115102117625
Binary101011011110101000100000110011011000010100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561E14; }

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

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

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

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

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

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

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

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