Shades of Saratoga #595B32
Tints of Saratoga #595B32
RGB
CMYK
RGB Variations
Color information
#595B32 (or 0x595B32) is known color: Saratoga. HEX triplet: 59, 5B and 32. RGB value is (89,91,50). Sum of RGB (Red+Green+Blue) = 89+91+50=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #595B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B32 is #A6A4CD. Grayscale: #555555. Windows color (decimal): -10921166 or 3300185. OLE color: 3300185.
HSL color Cylindrical-coordinate representation of color #595B32: hue angle of 62.93º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #595B32 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 50 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.64 |
| HSL | 62.93º | 0.29% | 0.28% | - |
| HSV(B) | 62.93º | 0.45% | 0.36% | - |
| XYZ | 8.44 | 9.84 | 4.47 | - |
| YUV | 85.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 50 | 0.02 | 0 | 0.45 | 0.64 | 62.93 | 0.29 | 0.28 |
| Hex | 59 | 5B | 32 | 2 | 0 | 2D | 40 | 3F | 1D | 1C |
| Octal | 131 | 133 | 62 | 2 | 0 | 55 | 100 | 77 | 35 | 34 |
| Binary | 1011001 | 1011011 | 110010 | 10 | 0 | 101101 | 1000000 | 111111 | 11101 | 11100 |
Color Harmonies of #595B32
Complementary color
Monochromatic Colors of #595B32
Black with #595B32
Text Example
Text Example
White with #595B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B32; }
p { color: rgb(89,91,50); }
H1.HeaderClassName
{
color: #595B32;
}
.AnyTagClassName
{
color: #595B32;
}
</style>
background-color css
<style>
a { background-color: #595B32; }
a { background-color: rgb(89,91,50); }
div.DivClassName
{
background-color: #595B32;
}
.BgClassName
{
background-color: #595B32;
}
</style>
border-color css
<style>
span { border-color: #595B32; }
span { border-color: rgb(89,91,50); }
td.TdClassName
{
border-color: #595B32;
}
.TagClassName
{
border-color: #595B32;
}
</style>