#592014

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

Shades of Caput Mortuum #592014

Tints of Caput Mortuum #592014

Color information

#592014 (or 0x592014) is unknown color: approx Caput Mortuum. HEX triplet: 59, 20 and 14. RGB value is (89,32,20). Sum of RGB (Red+Green+Blue) = 89+32+20=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #592014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592014 is #A6DFEB. Grayscale: #2F2F2F. Windows color (decimal): -10936300 or 1319001. OLE color: 1319001.

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

Color convert

RGB893220-
CMYK00.640.780.65
HSL10.43º63.3%21.37%-
HSV(B)10.43º77.53%34.9%-
XYZ4.763.211.03-
YUV47.68112.38157.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=63.12%
G=22.70%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89322000.640.780.6510.4363.321.37
Hex5920140404E41a3f15
Octal13140240100116101127725
Binary1011001100000101000100000010011101000001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592014; }

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

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

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

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

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

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

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

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