Shades of Saratoga #595C2D
Tints of Saratoga #595C2D
RGB
CMYK
RGB Variations
Color information
#595C2D (or 0x595C2D) is known color: Saratoga. HEX triplet: 59, 5C and 2D. RGB value is (89,92,45). Sum of RGB (Red+Green+Blue) = 89+92+45=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #595C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C2D is #A6A3D2. Grayscale: #555555. Windows color (decimal): -10920915 or 2972761. OLE color: 2972761.
HSL color Cylindrical-coordinate representation of color #595C2D: hue angle of 63.83º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595C2D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 45 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.64 |
| HSL | 63.83º | 0.34% | 0.27% | - |
| HSV(B) | 63.83º | 0.51% | 0.36% | - |
| XYZ | 8.42 | 9.97 | 3.96 | - |
| YUV | 85.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 45 | 0.03 | 0 | 0.51 | 0.64 | 63.83 | 0.34 | 0.27 |
| Hex | 59 | 5C | 2D | 3 | 0 | 33 | 40 | 40 | 22 | 1B |
| Octal | 131 | 134 | 55 | 3 | 0 | 63 | 100 | 100 | 42 | 33 |
| Binary | 1011001 | 1011100 | 101101 | 11 | 0 | 110011 | 1000000 | 1000000 | 100010 | 11011 |
Color Harmonies of #595C2D
Complementary color
Monochromatic Colors of #595C2D
Black with #595C2D
Text Example
Text Example
White with #595C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C2D; }
p { color: rgb(89,92,45); }
H1.HeaderClassName
{
color: #595C2D;
}
.AnyTagClassName
{
color: #595C2D;
}
</style>
background-color css
<style>
a { background-color: #595C2D; }
a { background-color: rgb(89,92,45); }
div.DivClassName
{
background-color: #595C2D;
}
.BgClassName
{
background-color: #595C2D;
}
</style>
border-color css
<style>
span { border-color: #595C2D; }
span { border-color: rgb(89,92,45); }
td.TdClassName
{
border-color: #595C2D;
}
.TagClassName
{
border-color: #595C2D;
}
</style>