Shades of Saratoga #57611A
Tints of Saratoga #57611A
RGB
CMYK
RGB Variations
Color information
#57611A (or 0x57611A) is known color: Saratoga. HEX triplet: 57, 61 and 1A. RGB value is (87,97,26). Sum of RGB (Red+Green+Blue) = 87+97+26=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #57611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57611A is #A89EE5. Grayscale: #565656. Windows color (decimal): -11050726 or 1728855. OLE color: 1728855.
HSL color Cylindrical-coordinate representation of color #57611A: hue angle of 68.45º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57611A is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 97 | 26 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.62 |
| HSL | 68.45º | 0.58% | 0.24% | - |
| HSV(B) | 68.45º | 0.73% | 0.38% | - |
| XYZ | 8.39 | 10.65 | 2.59 | - |
| YUV | 85.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 26 | 0.10 | 0 | 0.73 | 0.62 | 68.45 | 0.58 | 0.24 |
| Hex | 57 | 61 | 1A | A | 0 | 49 | 3E | 44 | 3A | 18 |
| Octal | 127 | 141 | 32 | 12 | 0 | 111 | 76 | 104 | 72 | 30 |
| Binary | 1010111 | 1100001 | 11010 | 1010 | 0 | 1001001 | 111110 | 1000100 | 111010 | 11000 |
Color Harmonies of #57611A
Complementary color
Monochromatic Colors of #57611A
Black with #57611A
Text Example
Text Example
White with #57611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57611A; }
p { color: rgb(87,97,26); }
H1.HeaderClassName
{
color: #57611A;
}
.AnyTagClassName
{
color: #57611A;
}
</style>
background-color css
<style>
a { background-color: #57611A; }
a { background-color: rgb(87,97,26); }
div.DivClassName
{
background-color: #57611A;
}
.BgClassName
{
background-color: #57611A;
}
</style>
border-color css
<style>
span { border-color: #57611A; }
span { border-color: rgb(87,97,26); }
td.TdClassName
{
border-color: #57611A;
}
.TagClassName
{
border-color: #57611A;
}
</style>