Shades of Verdigris #595841
Tints of Verdigris #595841
RGB
CMYK
RGB Variations
Color information
#595841 (or 0x595841) is known color: Verdigris. HEX triplet: 59, 58 and 41. RGB value is (89,88,65). Sum of RGB (Red+Green+Blue) = 89+88+65=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #595841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595841 is #A6A7BE. Grayscale: #555555. Windows color (decimal): -10921919 or 4282457. OLE color: 4282457.
HSL color Cylindrical-coordinate representation of color #595841: hue angle of 57.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595841 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 65 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.65 |
| HSL | 57.5º | 0.16% | 0.3% | - |
| HSV(B) | 57.5º | 0.27% | 0.35% | - |
| XYZ | 8.56 | 9.48 | 6.38 | - |
| YUV | 85.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 65 | 0 | 0.01 | 0.27 | 0.65 | 57.5 | 0.16 | 0.3 |
| Hex | 59 | 58 | 41 | 0 | 1 | 1B | 41 | 3A | 10 | 1E |
| Octal | 131 | 130 | 101 | 0 | 1 | 33 | 101 | 72 | 20 | 36 |
| Binary | 1011001 | 1011000 | 1000001 | 0 | 1 | 11011 | 1000001 | 111010 | 10000 | 11110 |
Color Harmonies of #595841
Complementary color
Monochromatic Colors of #595841
Black with #595841
Text Example
Text Example
White with #595841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595841; }
p { color: rgb(89,88,65); }
H1.HeaderClassName
{
color: #595841;
}
.AnyTagClassName
{
color: #595841;
}
</style>
background-color css
<style>
a { background-color: #595841; }
a { background-color: rgb(89,88,65); }
div.DivClassName
{
background-color: #595841;
}
.BgClassName
{
background-color: #595841;
}
</style>
border-color css
<style>
span { border-color: #595841; }
span { border-color: rgb(89,88,65); }
td.TdClassName
{
border-color: #595841;
}
.TagClassName
{
border-color: #595841;
}
</style>