#591E14

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

Shades of Caput Mortuum #591E14

Tints of Caput Mortuum #591E14

Color information

#591E14 (or 0x591E14) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1E and 14. RGB value is (89,30,20). Sum of RGB (Red+Green+Blue) = 89+30+20=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #591E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E14 is #A6E1EB. Grayscale: #2E2E2E. Windows color (decimal): -10936812 or 1318489. OLE color: 1318489.

HSL color Cylindrical-coordinate representation of color #591E14: hue angle of 8.7º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591E14 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB893020-
CMYK00.660.780.65
HSL8.7º63.3%21.37%-
HSV(B)8.7º77.53%34.9%-
XYZ4.713.11.01-
YUV46.5113.05158.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=64.03%
G=21.58%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89302000.660.780.658.763.321.37
Hex591E140424E4193f15
Octal13136240102116101117725
Binary101100111110101000100001010011101000001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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