Shades of Verdigris #595945
Tints of Verdigris #595945
RGB
CMYK
RGB Variations
Color information
#595945 (or 0x595945) is known color: Verdigris. HEX triplet: 59, 59 and 45. RGB value is (89,89,69). Sum of RGB (Red+Green+Blue) = 89+89+69=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595945 is #A6A6BA. Grayscale: #565656. Windows color (decimal): -10921659 or 4544857. OLE color: 4544857.
HSL color Cylindrical-coordinate representation of color #595945: hue angle of 60º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595945 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 69 | - |
| CMYK | 0 | 0 | 0.22 | 0.65 |
| HSL | 60º | 0.13% | 0.31% | - |
| HSV(B) | 60º | 0.22% | 0.35% | - |
| XYZ | 8.77 | 9.7 | 7.04 | - |
| YUV | 86.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 69 | 0 | 0 | 0.22 | 0.65 | 60 | 0.13 | 0.31 |
| Hex | 59 | 59 | 45 | 0 | 0 | 16 | 41 | 3C | D | 1F |
| Octal | 131 | 131 | 105 | 0 | 0 | 26 | 101 | 74 | 15 | 37 |
| Binary | 1011001 | 1011001 | 1000101 | 0 | 0 | 10110 | 1000001 | 111100 | 1101 | 11111 |
Color Harmonies of #595945
Complementary color
Monochromatic Colors of #595945
Black with #595945
Text Example
Text Example
White with #595945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595945; }
p { color: rgb(89,89,69); }
H1.HeaderClassName
{
color: #595945;
}
.AnyTagClassName
{
color: #595945;
}
</style>
background-color css
<style>
a { background-color: #595945; }
a { background-color: rgb(89,89,69); }
div.DivClassName
{
background-color: #595945;
}
.BgClassName
{
background-color: #595945;
}
</style>
border-color css
<style>
span { border-color: #595945; }
span { border-color: rgb(89,89,69); }
td.TdClassName
{
border-color: #595945;
}
.TagClassName
{
border-color: #595945;
}
</style>