Shades of Saratoga #57602B
Tints of Saratoga #57602B
RGB
CMYK
RGB Variations
Color information
#57602B (or 0x57602B) is known color: Saratoga. HEX triplet: 57, 60 and 2B. RGB value is (87,96,43). Sum of RGB (Red+Green+Blue) = 87+96+43=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #57602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57602B is #A89FD4. Grayscale: #575757. Windows color (decimal): -11050965 or 2842711. OLE color: 2842711.
HSL color Cylindrical-coordinate representation of color #57602B: hue angle of 70.19º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57602B is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 96 | 43 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.62 |
| HSL | 70.19º | 0.38% | 0.27% | - |
| HSV(B) | 70.19º | 0.55% | 0.38% | - |
| XYZ | 8.55 | 10.57 | 3.87 | - |
| YUV | 87.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 96 | 43 | 0.09 | 0 | 0.55 | 0.62 | 70.19 | 0.38 | 0.27 |
| Hex | 57 | 60 | 2B | 9 | 0 | 37 | 3E | 46 | 26 | 1B |
| Octal | 127 | 140 | 53 | 11 | 0 | 67 | 76 | 106 | 46 | 33 |
| Binary | 1010111 | 1100000 | 101011 | 1001 | 0 | 110111 | 111110 | 1000110 | 100110 | 11011 |
Color Harmonies of #57602B
Complementary color
Monochromatic Colors of #57602B
Black with #57602B
Text Example
Text Example
White with #57602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57602B; }
p { color: rgb(87,96,43); }
H1.HeaderClassName
{
color: #57602B;
}
.AnyTagClassName
{
color: #57602B;
}
</style>
background-color css
<style>
a { background-color: #57602B; }
a { background-color: rgb(87,96,43); }
div.DivClassName
{
background-color: #57602B;
}
.BgClassName
{
background-color: #57602B;
}
</style>
border-color css
<style>
span { border-color: #57602B; }
span { border-color: rgb(87,96,43); }
td.TdClassName
{
border-color: #57602B;
}
.TagClassName
{
border-color: #57602B;
}
</style>