#591F0E

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

Shades of Caput Mortuum #591F0E

Tints of Caput Mortuum #591F0E

Color information

#591F0E (or 0x591F0E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1F and 0E. RGB value is (89,31,14). Sum of RGB (Red+Green+Blue) = 89+31+14=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #591F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F0E is #A6E0F1. Grayscale: #2E2E2E. Windows color (decimal): -10936562 or 925529. OLE color: 925529.

HSL color Cylindrical-coordinate representation of color #591F0E: hue angle of 13.6º 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 #591F0E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB893114-
CMYK00.650.840.65
HSL13.6º72.82%20.2%-
HSV(B)13.6º84.27%34.9%-
XYZ4.693.140.77-
YUV46.4109.72158.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=66.42%
G=23.13%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89311400.650.840.6513.672.8220.2
Hex591FE0415441e4914
Octal131371601011241011611124
Binary101100111111111001000001101010010000011110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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