#59200E

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

Shades of Caput Mortuum #59200E

Tints of Caput Mortuum #59200E

Color information

#59200E (or 0x59200E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 20 and 0E. RGB value is (89,32,14). Sum of RGB (Red+Green+Blue) = 89+32+14=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59200E is #A6DFF1. Grayscale: #2F2F2F. Windows color (decimal): -10936306 or 925785. OLE color: 925785.

HSL color Cylindrical-coordinate representation of color #59200E: hue angle of 14.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59200E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB893214-
CMYK00.640.840.65
HSL14.4º72.82%20.2%-
HSV(B)14.4º84.27%34.9%-
XYZ4.723.190.78-
YUV46.99109.38157.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 14 (5.86% from 255) = 10.37%
R=65.93%
G=23.70%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89321400.640.840.6514.472.8220.2
Hex5920E0405441e4914
Octal131401601001241011611124
Binary1011001100000111001000000101010010000011110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59200E; }

 p { color: rgb(89,32,14); }

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

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

 a { background-color: rgb(89,32,14); }

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

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

 span { border-color: rgb(89,32,14); }

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