Shades of Saratoga #58622D
Tints of Saratoga #58622D
RGB
CMYK
RGB Variations
Color information
#58622D (or 0x58622D) is known color: Saratoga. HEX triplet: 58, 62 and 2D. RGB value is (88,98,45). Sum of RGB (Red+Green+Blue) = 88+98+45=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #58622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58622D is #A79DD2. Grayscale: #595959. Windows color (decimal): -10984915 or 2974296. OLE color: 2974296.
HSL color Cylindrical-coordinate representation of color #58622D: hue angle of 71.32º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58622D is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 45 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.62 |
| HSL | 71.32º | 0.37% | 0.28% | - |
| HSV(B) | 71.32º | 0.54% | 0.38% | - |
| XYZ | 8.87 | 11 | 4.14 | - |
| YUV | 88.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 45 | 0.10 | 0 | 0.54 | 0.62 | 71.32 | 0.37 | 0.28 |
| Hex | 58 | 62 | 2D | A | 0 | 36 | 3E | 47 | 25 | 1C |
| Octal | 130 | 142 | 55 | 12 | 0 | 66 | 76 | 107 | 45 | 34 |
| Binary | 1011000 | 1100010 | 101101 | 1010 | 0 | 110110 | 111110 | 1000111 | 100101 | 11100 |
Color Harmonies of #58622D
Complementary color
Monochromatic Colors of #58622D
Black with #58622D
Text Example
Text Example
White with #58622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58622D; }
p { color: rgb(88,98,45); }
H1.HeaderClassName
{
color: #58622D;
}
.AnyTagClassName
{
color: #58622D;
}
</style>
background-color css
<style>
a { background-color: #58622D; }
a { background-color: rgb(88,98,45); }
div.DivClassName
{
background-color: #58622D;
}
.BgClassName
{
background-color: #58622D;
}
</style>
border-color css
<style>
span { border-color: #58622D; }
span { border-color: rgb(88,98,45); }
td.TdClassName
{
border-color: #58622D;
}
.TagClassName
{
border-color: #58622D;
}
</style>