Shades of Saratoga #57562B
Tints of Saratoga #57562B
RGB
CMYK
RGB Variations
Color information
#57562B (or 0x57562B) is known color: Saratoga. HEX triplet: 57, 56 and 2B. RGB value is (87,86,43). Sum of RGB (Red+Green+Blue) = 87+86+43=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #57562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57562B is #A8A9D4. Grayscale: #515151. Windows color (decimal): -11053525 or 2840151. OLE color: 2840151.
HSL color Cylindrical-coordinate representation of color #57562B: hue angle of 58.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57562B is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 43 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.66 |
| HSL | 58.64º | 0.34% | 0.25% | - |
| HSV(B) | 58.64º | 0.51% | 0.34% | - |
| XYZ | 7.69 | 8.86 | 3.59 | - |
| YUV | 81.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 43 | 0 | 0.01 | 0.51 | 0.66 | 58.64 | 0.34 | 0.25 |
| Hex | 57 | 56 | 2B | 0 | 1 | 33 | 42 | 3B | 22 | 19 |
| Octal | 127 | 126 | 53 | 0 | 1 | 63 | 102 | 73 | 42 | 31 |
| Binary | 1010111 | 1010110 | 101011 | 0 | 1 | 110011 | 1000010 | 111011 | 100010 | 11001 |
Color Harmonies of #57562B
Complementary color
Monochromatic Colors of #57562B
Black with #57562B
Text Example
Text Example
White with #57562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57562B; }
p { color: rgb(87,86,43); }
H1.HeaderClassName
{
color: #57562B;
}
.AnyTagClassName
{
color: #57562B;
}
</style>
background-color css
<style>
a { background-color: #57562B; }
a { background-color: rgb(87,86,43); }
div.DivClassName
{
background-color: #57562B;
}
.BgClassName
{
background-color: #57562B;
}
</style>
border-color css
<style>
span { border-color: #57562B; }
span { border-color: rgb(87,86,43); }
td.TdClassName
{
border-color: #57562B;
}
.TagClassName
{
border-color: #57562B;
}
</style>