Shades of Saratoga #57632B
Tints of Saratoga #57632B
RGB
CMYK
RGB Variations
Color information
#57632B (or 0x57632B) is known color: Saratoga. HEX triplet: 57, 63 and 2B. RGB value is (87,99,43). Sum of RGB (Red+Green+Blue) = 87+99+43=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #57632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57632B is #A89CD4. Grayscale: #595959. Windows color (decimal): -11050197 or 2843479. OLE color: 2843479.
HSL color Cylindrical-coordinate representation of color #57632B: hue angle of 72.86º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57632B is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 99 | 43 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.61 |
| HSL | 72.86º | 0.39% | 0.28% | - |
| HSV(B) | 72.86º | 0.57% | 0.39% | - |
| XYZ | 8.83 | 11.12 | 3.97 | - |
| YUV | 89.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 43 | 0.12 | 0 | 0.57 | 0.61 | 72.86 | 0.39 | 0.28 |
| Hex | 57 | 63 | 2B | C | 0 | 39 | 3D | 49 | 27 | 1C |
| Octal | 127 | 143 | 53 | 14 | 0 | 71 | 75 | 111 | 47 | 34 |
| Binary | 1010111 | 1100011 | 101011 | 1100 | 0 | 111001 | 111101 | 1001001 | 100111 | 11100 |
Color Harmonies of #57632B
Complementary color
Monochromatic Colors of #57632B
Black with #57632B
Text Example
Text Example
White with #57632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57632B; }
p { color: rgb(87,99,43); }
H1.HeaderClassName
{
color: #57632B;
}
.AnyTagClassName
{
color: #57632B;
}
</style>
background-color css
<style>
a { background-color: #57632B; }
a { background-color: rgb(87,99,43); }
div.DivClassName
{
background-color: #57632B;
}
.BgClassName
{
background-color: #57632B;
}
</style>
border-color css
<style>
span { border-color: #57632B; }
span { border-color: rgb(87,99,43); }
td.TdClassName
{
border-color: #57632B;
}
.TagClassName
{
border-color: #57632B;
}
</style>