Shades of Saratoga #57582D
Tints of Saratoga #57582D
RGB
CMYK
RGB Variations
Color information
#57582D (or 0x57582D) is known color: Saratoga. HEX triplet: 57, 58 and 2D. RGB value is (87,88,45). Sum of RGB (Red+Green+Blue) = 87+88+45=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #57582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57582D is #A8A7D2. Grayscale: #525252. Windows color (decimal): -11053011 or 2971735. OLE color: 2971735.
HSL color Cylindrical-coordinate representation of color #57582D: hue angle of 61.4º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57582D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 45 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.65 |
| HSL | 61.4º | 0.32% | 0.26% | - |
| HSV(B) | 61.4º | 0.49% | 0.35% | - |
| XYZ | 7.89 | 9.2 | 3.84 | - |
| YUV | 82.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 45 | 0.01 | 0 | 0.49 | 0.65 | 61.4 | 0.32 | 0.26 |
| Hex | 57 | 58 | 2D | 1 | 0 | 31 | 41 | 3D | 20 | 1A |
| Octal | 127 | 130 | 55 | 1 | 0 | 61 | 101 | 75 | 40 | 32 |
| Binary | 1010111 | 1011000 | 101101 | 1 | 0 | 110001 | 1000001 | 111101 | 100000 | 11010 |
Color Harmonies of #57582D
Complementary color
Monochromatic Colors of #57582D
Black with #57582D
Text Example
Text Example
White with #57582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57582D; }
p { color: rgb(87,88,45); }
H1.HeaderClassName
{
color: #57582D;
}
.AnyTagClassName
{
color: #57582D;
}
</style>
background-color css
<style>
a { background-color: #57582D; }
a { background-color: rgb(87,88,45); }
div.DivClassName
{
background-color: #57582D;
}
.BgClassName
{
background-color: #57582D;
}
</style>
border-color css
<style>
span { border-color: #57582D; }
span { border-color: rgb(87,88,45); }
td.TdClassName
{
border-color: #57582D;
}
.TagClassName
{
border-color: #57582D;
}
</style>