Shades of Caput Mortuum #592E20
Tints of Caput Mortuum #592E20
RGB
CMYK
RGB Variations
Color information
#592E20 (or 0x592E20) is known color: Caput Mortuum. HEX triplet: 59, 2E and 20. RGB value is (89,46,32). Sum of RGB (Red+Green+Blue) = 89+46+32=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #592E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E20 is #A6D1DF. Grayscale: #393939. Windows color (decimal): -10932704 or 2109017. OLE color: 2109017.
HSL color Cylindrical-coordinate representation of color #592E20: hue angle of 14.74º 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 #592E20 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 32 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.65 |
| HSL | 14.74º | 0.47% | 0.24% | - |
| HSV(B) | 14.74º | 0.64% | 0.35% | - |
| XYZ | 5.36 | 4.18 | 1.89 | - |
| YUV | 57.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 32 | 0 | 0.48 | 0.64 | 0.65 | 14.74 | 0.47 | 0.24 |
| Hex | 59 | 2E | 20 | 0 | 30 | 40 | 41 | F | 2F | 18 |
| Octal | 131 | 56 | 40 | 0 | 60 | 100 | 101 | 17 | 57 | 30 |
| Binary | 1011001 | 101110 | 100000 | 0 | 110000 | 1000000 | 1000001 | 1111 | 101111 | 11000 |
Color Harmonies of #592E20
Complementary color
Monochromatic Colors of #592E20
Black with #592E20
Text Example
Text Example
White with #592E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E20; }
p { color: rgb(89,46,32); }
H1.HeaderClassName
{
color: #592E20;
}
.AnyTagClassName
{
color: #592E20;
}
</style>
background-color css
<style>
a { background-color: #592E20; }
a { background-color: rgb(89,46,32); }
div.DivClassName
{
background-color: #592E20;
}
.BgClassName
{
background-color: #592E20;
}
</style>
border-color css
<style>
span { border-color: #592E20; }
span { border-color: rgb(89,46,32); }
td.TdClassName
{
border-color: #592E20;
}
.TagClassName
{
border-color: #592E20;
}
</style>