#592A20

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

Shades of Caput Mortuum #592A20

Tints of Caput Mortuum #592A20

Color information

#592A20 (or 0x592A20) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2A and 20. RGB value is (89,42,32). Sum of RGB (Red+Green+Blue) = 89+42+32=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #592A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A20 is #A6D5DF. Grayscale: #373737. Windows color (decimal): -10933728 or 2107993. OLE color: 2107993.

HSL color Cylindrical-coordinate representation of color #592A20: hue angle of 10.53º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592A20 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB894232-
CMYK00.530.640.65
HSL10.53º47.11%23.73%-
HSV(B)10.53º64.04%34.9%-
XYZ5.213.881.84-
YUV54.91115.07152.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=54.60%
G=25.77%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89423200.530.640.6510.5347.1123.73
Hex592A200354041b2f18
Octal1315240065100101135730
Binary1011001101010100000011010110000001000001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A20; }

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

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

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

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

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

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

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

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