Shades of Saratoga #58612C
Tints of Saratoga #58612C
RGB
CMYK
RGB Variations
Color information
#58612C (or 0x58612C) is known color: Saratoga. HEX triplet: 58, 61 and 2C. RGB value is (88,97,44). Sum of RGB (Red+Green+Blue) = 88+97+44=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #58612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58612C is #A79ED3. Grayscale: #585858. Windows color (decimal): -10985172 or 2908504. OLE color: 2908504.
HSL color Cylindrical-coordinate representation of color #58612C: hue angle of 70.19º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58612C is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 44 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.62 |
| HSL | 70.19º | 0.38% | 0.28% | - |
| HSV(B) | 70.19º | 0.55% | 0.38% | - |
| XYZ | 8.75 | 10.81 | 4.01 | - |
| YUV | 88.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 44 | 0.09 | 0 | 0.55 | 0.62 | 70.19 | 0.38 | 0.28 |
| Hex | 58 | 61 | 2C | 9 | 0 | 37 | 3E | 46 | 26 | 1C |
| Octal | 130 | 141 | 54 | 11 | 0 | 67 | 76 | 106 | 46 | 34 |
| Binary | 1011000 | 1100001 | 101100 | 1001 | 0 | 110111 | 111110 | 1000110 | 100110 | 11100 |
Color Harmonies of #58612C
Complementary color
Monochromatic Colors of #58612C
Black with #58612C
Text Example
Text Example
White with #58612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58612C; }
p { color: rgb(88,97,44); }
H1.HeaderClassName
{
color: #58612C;
}
.AnyTagClassName
{
color: #58612C;
}
</style>
background-color css
<style>
a { background-color: #58612C; }
a { background-color: rgb(88,97,44); }
div.DivClassName
{
background-color: #58612C;
}
.BgClassName
{
background-color: #58612C;
}
</style>
border-color css
<style>
span { border-color: #58612C; }
span { border-color: rgb(88,97,44); }
td.TdClassName
{
border-color: #58612C;
}
.TagClassName
{
border-color: #58612C;
}
</style>