Shades of Saratoga #57632E
Tints of Saratoga #57632E
RGB
CMYK
RGB Variations
Color information
#57632E (or 0x57632E) is known color: Saratoga. HEX triplet: 57, 63 and 2E. RGB value is (87,99,46). Sum of RGB (Red+Green+Blue) = 87+99+46=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #57632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57632E is #A89CD1. Grayscale: #595959. Windows color (decimal): -11050194 or 3040087. OLE color: 3040087.
HSL color Cylindrical-coordinate representation of color #57632E: hue angle of 73.58º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57632E is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 99 | 46 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.61 |
| HSL | 73.58º | 0.37% | 0.28% | - |
| HSV(B) | 73.58º | 0.54% | 0.39% | - |
| XYZ | 8.89 | 11.15 | 4.27 | - |
| YUV | 89.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 46 | 0.12 | 0 | 0.54 | 0.61 | 73.58 | 0.37 | 0.28 |
| Hex | 57 | 63 | 2E | C | 0 | 36 | 3D | 4A | 25 | 1C |
| Octal | 127 | 143 | 56 | 14 | 0 | 66 | 75 | 112 | 45 | 34 |
| Binary | 1010111 | 1100011 | 101110 | 1100 | 0 | 110110 | 111101 | 1001010 | 100101 | 11100 |
Color Harmonies of #57632E
Complementary color
Monochromatic Colors of #57632E
Black with #57632E
Text Example
Text Example
White with #57632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57632E; }
p { color: rgb(87,99,46); }
H1.HeaderClassName
{
color: #57632E;
}
.AnyTagClassName
{
color: #57632E;
}
</style>
background-color css
<style>
a { background-color: #57632E; }
a { background-color: rgb(87,99,46); }
div.DivClassName
{
background-color: #57632E;
}
.BgClassName
{
background-color: #57632E;
}
</style>
border-color css
<style>
span { border-color: #57632E; }
span { border-color: rgb(87,99,46); }
td.TdClassName
{
border-color: #57632E;
}
.TagClassName
{
border-color: #57632E;
}
</style>