Shades of Saratoga #58582E
Tints of Saratoga #58582E
RGB
CMYK
RGB Variations
Color information
#58582E (or 0x58582E) is known color: Saratoga. HEX triplet: 58, 58 and 2E. RGB value is (88,88,46). Sum of RGB (Red+Green+Blue) = 88+88+46=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58582E is #A7A7D1. Grayscale: #535353. Windows color (decimal): -10987474 or 3037272. OLE color: 3037272.
HSL color Cylindrical-coordinate representation of color #58582E: hue angle of 60º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58582E is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 46 | - |
| CMYK | 0 | 0 | 0.48 | 0.65 |
| HSL | 60º | 0.31% | 0.26% | - |
| HSV(B) | 60º | 0.48% | 0.35% | - |
| XYZ | 8.01 | 9.25 | 3.95 | - |
| YUV | 83.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 46 | 0 | 0 | 0.48 | 0.65 | 60 | 0.31 | 0.26 |
| Hex | 58 | 58 | 2E | 0 | 0 | 30 | 41 | 3C | 1F | 1A |
| Octal | 130 | 130 | 56 | 0 | 0 | 60 | 101 | 74 | 37 | 32 |
| Binary | 1011000 | 1011000 | 101110 | 0 | 0 | 110000 | 1000001 | 111100 | 11111 | 11010 |
Color Harmonies of #58582E
Complementary color
Monochromatic Colors of #58582E
Black with #58582E
Text Example
Text Example
White with #58582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58582E; }
p { color: rgb(88,88,46); }
H1.HeaderClassName
{
color: #58582E;
}
.AnyTagClassName
{
color: #58582E;
}
</style>
background-color css
<style>
a { background-color: #58582E; }
a { background-color: rgb(88,88,46); }
div.DivClassName
{
background-color: #58582E;
}
.BgClassName
{
background-color: #58582E;
}
</style>
border-color css
<style>
span { border-color: #58582E; }
span { border-color: rgb(88,88,46); }
td.TdClassName
{
border-color: #58582E;
}
.TagClassName
{
border-color: #58582E;
}
</style>