Shades of Saratoga #57572C
Tints of Saratoga #57572C
RGB
CMYK
RGB Variations
Color information
#57572C (or 0x57572C) is known color: Saratoga. HEX triplet: 57, 57 and 2C. RGB value is (87,87,44). Sum of RGB (Red+Green+Blue) = 87+87+44=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57572C is #A8A8D3. Grayscale: #525252. Windows color (decimal): -11053268 or 2905943. OLE color: 2905943.
HSL color Cylindrical-coordinate representation of color #57572C: hue angle of 60º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57572C is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 87 | 44 | - |
| CMYK | 0 | 0 | 0.49 | 0.66 |
| HSL | 60º | 0.33% | 0.26% | - |
| HSV(B) | 60º | 0.49% | 0.34% | - |
| XYZ | 7.79 | 9.02 | 3.71 | - |
| YUV | 82.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 44 | 0 | 0 | 0.49 | 0.66 | 60 | 0.33 | 0.26 |
| Hex | 57 | 57 | 2C | 0 | 0 | 31 | 42 | 3C | 21 | 1A |
| Octal | 127 | 127 | 54 | 0 | 0 | 61 | 102 | 74 | 41 | 32 |
| Binary | 1010111 | 1010111 | 101100 | 0 | 0 | 110001 | 1000010 | 111100 | 100001 | 11010 |
Color Harmonies of #57572C
Complementary color
Monochromatic Colors of #57572C
Black with #57572C
Text Example
Text Example
White with #57572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57572C; }
p { color: rgb(87,87,44); }
H1.HeaderClassName
{
color: #57572C;
}
.AnyTagClassName
{
color: #57572C;
}
</style>
background-color css
<style>
a { background-color: #57572C; }
a { background-color: rgb(87,87,44); }
div.DivClassName
{
background-color: #57572C;
}
.BgClassName
{
background-color: #57572C;
}
</style>
border-color css
<style>
span { border-color: #57572C; }
span { border-color: rgb(87,87,44); }
td.TdClassName
{
border-color: #57572C;
}
.TagClassName
{
border-color: #57572C;
}
</style>