Shades of Saratoga #585835
Tints of Saratoga #585835
RGB
CMYK
RGB Variations
Color information
#585835 (or 0x585835) is known color: Saratoga. HEX triplet: 58, 58 and 35. RGB value is (88,88,53). Sum of RGB (Red+Green+Blue) = 88+88+53=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585835 is #A7A7CA. Grayscale: #545454. Windows color (decimal): -10987467 or 3496024. OLE color: 3496024.
HSL color Cylindrical-coordinate representation of color #585835: hue angle of 60º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585835 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 53 | - |
| CMYK | 0 | 0 | 0.40 | 0.65 |
| HSL | 60º | 0.25% | 0.28% | - |
| HSV(B) | 60º | 0.4% | 0.35% | - |
| XYZ | 8.16 | 9.31 | 4.74 | - |
| YUV | 84.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 53 | 0 | 0 | 0.40 | 0.65 | 60 | 0.25 | 0.28 |
| Hex | 58 | 58 | 35 | 0 | 0 | 28 | 41 | 3C | 19 | 1C |
| Octal | 130 | 130 | 65 | 0 | 0 | 50 | 101 | 74 | 31 | 34 |
| Binary | 1011000 | 1011000 | 110101 | 0 | 0 | 101000 | 1000001 | 111100 | 11001 | 11100 |
Color Harmonies of #585835
Complementary color
Monochromatic Colors of #585835
Black with #585835
Text Example
Text Example
White with #585835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585835; }
p { color: rgb(88,88,53); }
H1.HeaderClassName
{
color: #585835;
}
.AnyTagClassName
{
color: #585835;
}
</style>
background-color css
<style>
a { background-color: #585835; }
a { background-color: rgb(88,88,53); }
div.DivClassName
{
background-color: #585835;
}
.BgClassName
{
background-color: #585835;
}
</style>
border-color css
<style>
span { border-color: #585835; }
span { border-color: rgb(88,88,53); }
td.TdClassName
{
border-color: #585835;
}
.TagClassName
{
border-color: #585835;
}
</style>