#592018

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

Shades of Caput Mortuum #592018

Tints of Caput Mortuum #592018

Color information

#592018 (or 0x592018) is unknown color: approx Caput Mortuum. HEX triplet: 59, 20 and 18. RGB value is (89,32,24). Sum of RGB (Red+Green+Blue) = 89+32+24=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #592018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592018 is #A6DFE7. Grayscale: #303030. Windows color (decimal): -10936296 or 1581145. OLE color: 1581145.

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

Color convert

RGB893224-
CMYK00.640.730.65
HSL7.38º57.52%22.16%-
HSV(B)7.38º73.03%34.9%-
XYZ4.83.221.23-
YUV48.13114.38157.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=61.38%
G=22.07%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89322400.640.730.657.3857.5222.16
Hex592018040494173a16
Octal1314030010011110177226
Binary101100110000011000010000001001001100000111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592018; }

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

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

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

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

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

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

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

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