Shades of Saratoga #595C38
Tints of Saratoga #595C38
RGB
CMYK
RGB Variations
Color information
#595C38 (or 0x595C38) is known color: Saratoga. HEX triplet: 59, 5C and 38. RGB value is (89,92,56). Sum of RGB (Red+Green+Blue) = 89+92+56=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #595C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C38 is #A6A3C7. Grayscale: #575757. Windows color (decimal): -10920904 or 3693657. OLE color: 3693657.
HSL color Cylindrical-coordinate representation of color #595C38: hue angle of 65º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595C38 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 56 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.64 |
| HSL | 65º | 0.24% | 0.29% | - |
| HSV(B) | 65º | 0.39% | 0.36% | - |
| XYZ | 8.66 | 10.06 | 5.23 | - |
| YUV | 87 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 56 | 0.03 | 0 | 0.39 | 0.64 | 65 | 0.24 | 0.29 |
| Hex | 59 | 5C | 38 | 3 | 0 | 27 | 40 | 41 | 18 | 1D |
| Octal | 131 | 134 | 70 | 3 | 0 | 47 | 100 | 101 | 30 | 35 |
| Binary | 1011001 | 1011100 | 111000 | 11 | 0 | 100111 | 1000000 | 1000001 | 11000 | 11101 |
Color Harmonies of #595C38
Complementary color
Monochromatic Colors of #595C38
Black with #595C38
Text Example
Text Example
White with #595C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C38; }
p { color: rgb(89,92,56); }
H1.HeaderClassName
{
color: #595C38;
}
.AnyTagClassName
{
color: #595C38;
}
</style>
background-color css
<style>
a { background-color: #595C38; }
a { background-color: rgb(89,92,56); }
div.DivClassName
{
background-color: #595C38;
}
.BgClassName
{
background-color: #595C38;
}
</style>
border-color css
<style>
span { border-color: #595C38; }
span { border-color: rgb(89,92,56); }
td.TdClassName
{
border-color: #595C38;
}
.TagClassName
{
border-color: #595C38;
}
</style>