Shades of Saratoga #58612D
Tints of Saratoga #58612D
RGB
CMYK
RGB Variations
Color information
#58612D (or 0x58612D) is known color: Saratoga. HEX triplet: 58, 61 and 2D. RGB value is (88,97,45). Sum of RGB (Red+Green+Blue) = 88+97+45=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #58612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58612D is #A79ED2. Grayscale: #585858. Windows color (decimal): -10985171 or 2974040. OLE color: 2974040.
HSL color Cylindrical-coordinate representation of color #58612D: hue angle of 70.38º 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 #58612D is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 45 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.62 |
| HSL | 70.38º | 0.37% | 0.28% | - |
| HSV(B) | 70.38º | 0.54% | 0.38% | - |
| XYZ | 8.77 | 10.81 | 4.11 | - |
| YUV | 88.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 45 | 0.09 | 0 | 0.54 | 0.62 | 70.38 | 0.37 | 0.28 |
| Hex | 58 | 61 | 2D | 9 | 0 | 36 | 3E | 46 | 25 | 1C |
| Octal | 130 | 141 | 55 | 11 | 0 | 66 | 76 | 106 | 45 | 34 |
| Binary | 1011000 | 1100001 | 101101 | 1001 | 0 | 110110 | 111110 | 1000110 | 100101 | 11100 |
Color Harmonies of #58612D
Complementary color
Monochromatic Colors of #58612D
Black with #58612D
Text Example
Text Example
White with #58612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58612D; }
p { color: rgb(88,97,45); }
H1.HeaderClassName
{
color: #58612D;
}
.AnyTagClassName
{
color: #58612D;
}
</style>
background-color css
<style>
a { background-color: #58612D; }
a { background-color: rgb(88,97,45); }
div.DivClassName
{
background-color: #58612D;
}
.BgClassName
{
background-color: #58612D;
}
</style>
border-color css
<style>
span { border-color: #58612D; }
span { border-color: rgb(88,97,45); }
td.TdClassName
{
border-color: #58612D;
}
.TagClassName
{
border-color: #58612D;
}
</style>