Shades of Saratoga #58622F
Tints of Saratoga #58622F
RGB
CMYK
RGB Variations
Color information
#58622F (or 0x58622F) is known color: Saratoga. HEX triplet: 58, 62 and 2F. RGB value is (88,98,47). Sum of RGB (Red+Green+Blue) = 88+98+47=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #58622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58622F is #A79DD0. Grayscale: #595959. Windows color (decimal): -10984913 or 3105368. OLE color: 3105368.
HSL color Cylindrical-coordinate representation of color #58622F: hue angle of 71.76º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58622F is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 47 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.62 |
| HSL | 71.76º | 0.35% | 0.28% | - |
| HSV(B) | 71.76º | 0.52% | 0.38% | - |
| XYZ | 8.91 | 11.02 | 4.35 | - |
| YUV | 89.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 47 | 0.10 | 0 | 0.52 | 0.62 | 71.76 | 0.35 | 0.28 |
| Hex | 58 | 62 | 2F | A | 0 | 34 | 3E | 48 | 23 | 1C |
| Octal | 130 | 142 | 57 | 12 | 0 | 64 | 76 | 110 | 43 | 34 |
| Binary | 1011000 | 1100010 | 101111 | 1010 | 0 | 110100 | 111110 | 1001000 | 100011 | 11100 |
Color Harmonies of #58622F
Complementary color
Monochromatic Colors of #58622F
Black with #58622F
Text Example
Text Example
White with #58622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58622F; }
p { color: rgb(88,98,47); }
H1.HeaderClassName
{
color: #58622F;
}
.AnyTagClassName
{
color: #58622F;
}
</style>
background-color css
<style>
a { background-color: #58622F; }
a { background-color: rgb(88,98,47); }
div.DivClassName
{
background-color: #58622F;
}
.BgClassName
{
background-color: #58622F;
}
</style>
border-color css
<style>
span { border-color: #58622F; }
span { border-color: rgb(88,98,47); }
td.TdClassName
{
border-color: #58622F;
}
.TagClassName
{
border-color: #58622F;
}
</style>