Shades of Saratoga #595B28
Tints of Saratoga #595B28
RGB
CMYK
RGB Variations
Color information
#595B28 (or 0x595B28) is known color: Saratoga. HEX triplet: 59, 5B and 28. RGB value is (89,91,40). Sum of RGB (Red+Green+Blue) = 89+91+40=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #595B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B28 is #A6A4D7. Grayscale: #545454. Windows color (decimal): -10921176 or 2644825. OLE color: 2644825.
HSL color Cylindrical-coordinate representation of color #595B28: hue angle of 62.35º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595B28 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 40 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.64 |
| HSL | 62.35º | 0.39% | 0.26% | - |
| HSV(B) | 62.35º | 0.56% | 0.36% | - |
| XYZ | 8.24 | 9.76 | 3.46 | - |
| YUV | 84.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 40 | 0.02 | 0 | 0.56 | 0.64 | 62.35 | 0.39 | 0.26 |
| Hex | 59 | 5B | 28 | 2 | 0 | 38 | 40 | 3E | 27 | 1A |
| Octal | 131 | 133 | 50 | 2 | 0 | 70 | 100 | 76 | 47 | 32 |
| Binary | 1011001 | 1011011 | 101000 | 10 | 0 | 111000 | 1000000 | 111110 | 100111 | 11010 |
Color Harmonies of #595B28
Complementary color
Monochromatic Colors of #595B28
Black with #595B28
Text Example
Text Example
White with #595B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B28; }
p { color: rgb(89,91,40); }
H1.HeaderClassName
{
color: #595B28;
}
.AnyTagClassName
{
color: #595B28;
}
</style>
background-color css
<style>
a { background-color: #595B28; }
a { background-color: rgb(89,91,40); }
div.DivClassName
{
background-color: #595B28;
}
.BgClassName
{
background-color: #595B28;
}
</style>
border-color css
<style>
span { border-color: #595B28; }
span { border-color: rgb(89,91,40); }
td.TdClassName
{
border-color: #595B28;
}
.TagClassName
{
border-color: #595B28;
}
</style>