Shades of Saratoga #595F1B
Tints of Saratoga #595F1B
RGB
CMYK
RGB Variations
Color information
#595F1B (or 0x595F1B) is known color: Saratoga. HEX triplet: 59, 5F and 1B. RGB value is (89,95,27). Sum of RGB (Red+Green+Blue) = 89+95+27=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #595F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F1B is #A6A0E4. Grayscale: #555555. Windows color (decimal): -10920165 or 1793881. OLE color: 1793881.
HSL color Cylindrical-coordinate representation of color #595F1B: hue angle of 65.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #595F1B is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 27 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.63 |
| HSL | 65.29º | 0.56% | 0.24% | - |
| HSV(B) | 65.29º | 0.72% | 0.37% | - |
| XYZ | 8.41 | 10.39 | 2.6 | - |
| YUV | 85.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 27 | 0.06 | 0 | 0.72 | 0.63 | 65.29 | 0.56 | 0.24 |
| Hex | 59 | 5F | 1B | 6 | 0 | 48 | 3F | 41 | 38 | 18 |
| Octal | 131 | 137 | 33 | 6 | 0 | 110 | 77 | 101 | 70 | 30 |
| Binary | 1011001 | 1011111 | 11011 | 110 | 0 | 1001000 | 111111 | 1000001 | 111000 | 11000 |
Color Harmonies of #595F1B
Complementary color
Monochromatic Colors of #595F1B
Black with #595F1B
Text Example
Text Example
White with #595F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F1B; }
p { color: rgb(89,95,27); }
H1.HeaderClassName
{
color: #595F1B;
}
.AnyTagClassName
{
color: #595F1B;
}
</style>
background-color css
<style>
a { background-color: #595F1B; }
a { background-color: rgb(89,95,27); }
div.DivClassName
{
background-color: #595F1B;
}
.BgClassName
{
background-color: #595F1B;
}
</style>
border-color css
<style>
span { border-color: #595F1B; }
span { border-color: rgb(89,95,27); }
td.TdClassName
{
border-color: #595F1B;
}
.TagClassName
{
border-color: #595F1B;
}
</style>