Shades of Saratoga #57632A
Tints of Saratoga #57632A
RGB
CMYK
RGB Variations
Color information
#57632A (or 0x57632A) is known color: Saratoga. HEX triplet: 57, 63 and 2A. RGB value is (87,99,42). Sum of RGB (Red+Green+Blue) = 87+99+42=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #57632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57632A is #A89CD5. Grayscale: #595959. Windows color (decimal): -11050198 or 2777943. OLE color: 2777943.
HSL color Cylindrical-coordinate representation of color #57632A: hue angle of 72.63º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57632A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 99 | 42 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.61 |
| HSL | 72.63º | 0.4% | 0.28% | - |
| HSV(B) | 72.63º | 0.58% | 0.39% | - |
| XYZ | 8.81 | 11.12 | 3.87 | - |
| YUV | 88.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 42 | 0.12 | 0 | 0.58 | 0.61 | 72.63 | 0.4 | 0.28 |
| Hex | 57 | 63 | 2A | C | 0 | 3A | 3D | 49 | 28 | 1C |
| Octal | 127 | 143 | 52 | 14 | 0 | 72 | 75 | 111 | 50 | 34 |
| Binary | 1010111 | 1100011 | 101010 | 1100 | 0 | 111010 | 111101 | 1001001 | 101000 | 11100 |
Color Harmonies of #57632A
Complementary color
Monochromatic Colors of #57632A
Black with #57632A
Text Example
Text Example
White with #57632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57632A; }
p { color: rgb(87,99,42); }
H1.HeaderClassName
{
color: #57632A;
}
.AnyTagClassName
{
color: #57632A;
}
</style>
background-color css
<style>
a { background-color: #57632A; }
a { background-color: rgb(87,99,42); }
div.DivClassName
{
background-color: #57632A;
}
.BgClassName
{
background-color: #57632A;
}
</style>
border-color css
<style>
span { border-color: #57632A; }
span { border-color: rgb(87,99,42); }
td.TdClassName
{
border-color: #57632A;
}
.TagClassName
{
border-color: #57632A;
}
</style>