Shades of Saratoga #5E622C
Tints of Saratoga #5E622C
RGB
CMYK
RGB Variations
Color information
#5E622C (or 0x5E622C) is known color: Saratoga. HEX triplet: 5E, 62 and 2C. RGB value is (94,98,44). Sum of RGB (Red+Green+Blue) = 94+98+44=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #5E622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E622C is #A19DD3. Grayscale: #5A5A5A. Windows color (decimal): -10591700 or 2908766. OLE color: 2908766.
HSL color Cylindrical-coordinate representation of color #5E622C: hue angle of 64.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E622C is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 44 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.62 |
| HSL | 64.44º | 0.38% | 0.28% | - |
| HSV(B) | 64.44º | 0.55% | 0.38% | - |
| XYZ | 9.44 | 11.3 | 4.07 | - |
| YUV | 90.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 44 | 0.04 | 0 | 0.55 | 0.62 | 64.44 | 0.38 | 0.28 |
| Hex | 5E | 62 | 2C | 4 | 0 | 37 | 3E | 40 | 26 | 1C |
| Octal | 136 | 142 | 54 | 4 | 0 | 67 | 76 | 100 | 46 | 34 |
| Binary | 1011110 | 1100010 | 101100 | 100 | 0 | 110111 | 111110 | 1000000 | 100110 | 11100 |
Color Harmonies of #5E622C
Complementary color
Monochromatic Colors of #5E622C
Black with #5E622C
Text Example
Text Example
White with #5E622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E622C; }
p { color: rgb(94,98,44); }
H1.HeaderClassName
{
color: #5E622C;
}
.AnyTagClassName
{
color: #5E622C;
}
</style>
background-color css
<style>
a { background-color: #5E622C; }
a { background-color: rgb(94,98,44); }
div.DivClassName
{
background-color: #5E622C;
}
.BgClassName
{
background-color: #5E622C;
}
</style>
border-color css
<style>
span { border-color: #5E622C; }
span { border-color: rgb(94,98,44); }
td.TdClassName
{
border-color: #5E622C;
}
.TagClassName
{
border-color: #5E622C;
}
</style>