#592520

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

Shades of Caput Mortuum #592520

Tints of Caput Mortuum #592520

Color information

#592520 (or 0x592520) is unknown color: approx Caput Mortuum. HEX triplet: 59, 25 and 20. RGB value is (89,37,32). Sum of RGB (Red+Green+Blue) = 89+37+32=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #592520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592520 is #A6DADF. Grayscale: #343434. Windows color (decimal): -10935008 or 2106713. OLE color: 2106713.

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

Color convert

RGB893732-
CMYK00.580.640.65
HSL5.26º47.11%23.73%-
HSV(B)5.26º64.04%34.9%-
XYZ5.043.551.79-
YUV51.98116.73154.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=56.33%
G=23.42%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89373200.580.640.655.2647.1123.73
Hex59252003A404152f18
Octal131454007210010155730
Binary101100110010110000001110101000000100000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592520; }

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

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

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

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

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

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

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

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