Shades of Saratoga #58591E
Tints of Saratoga #58591E
RGB
CMYK
RGB Variations
Color information
#58591E (or 0x58591E) is known color: Saratoga. HEX triplet: 58, 59 and 1E. RGB value is (88,89,30). Sum of RGB (Red+Green+Blue) = 88+89+30=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #58591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58591E is #A7A6E1. Grayscale: #525252. Windows color (decimal): -10987234 or 1988952. OLE color: 1988952.
HSL color Cylindrical-coordinate representation of color #58591E: hue angle of 61.02º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58591E is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 30 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.65 |
| HSL | 61.02º | 0.5% | 0.23% | - |
| HSV(B) | 61.02º | 0.66% | 0.35% | - |
| XYZ | 7.83 | 9.31 | 2.61 | - |
| YUV | 81.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 30 | 0.01 | 0 | 0.66 | 0.65 | 61.02 | 0.5 | 0.23 |
| Hex | 58 | 59 | 1E | 1 | 0 | 42 | 41 | 3D | 32 | 17 |
| Octal | 130 | 131 | 36 | 1 | 0 | 102 | 101 | 75 | 62 | 27 |
| Binary | 1011000 | 1011001 | 11110 | 1 | 0 | 1000010 | 1000001 | 111101 | 110010 | 10111 |
Color Harmonies of #58591E
Complementary color
Monochromatic Colors of #58591E
Black with #58591E
Text Example
Text Example
White with #58591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58591E; }
p { color: rgb(88,89,30); }
H1.HeaderClassName
{
color: #58591E;
}
.AnyTagClassName
{
color: #58591E;
}
</style>
background-color css
<style>
a { background-color: #58591E; }
a { background-color: rgb(88,89,30); }
div.DivClassName
{
background-color: #58591E;
}
.BgClassName
{
background-color: #58591E;
}
</style>
border-color css
<style>
span { border-color: #58591E; }
span { border-color: rgb(88,89,30); }
td.TdClassName
{
border-color: #58591E;
}
.TagClassName
{
border-color: #58591E;
}
</style>