Shades of Saratoga #5E612E
Tints of Saratoga #5E612E
RGB
CMYK
RGB Variations
Color information
#5E612E (or 0x5E612E) is known color: Saratoga. HEX triplet: 5E, 61 and 2E. RGB value is (94,97,46). Sum of RGB (Red+Green+Blue) = 94+97+46=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #5E612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E612E is #A19ED1. Grayscale: #5A5A5A. Windows color (decimal): -10591954 or 3039582. OLE color: 3039582.
HSL color Cylindrical-coordinate representation of color #5E612E: hue angle of 63.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E612E is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 46 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.62 |
| HSL | 63.53º | 0.36% | 0.28% | - |
| HSV(B) | 63.53º | 0.53% | 0.38% | - |
| XYZ | 9.38 | 11.13 | 4.24 | - |
| YUV | 90.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 46 | 0.03 | 0 | 0.53 | 0.62 | 63.53 | 0.36 | 0.28 |
| Hex | 5E | 61 | 2E | 3 | 0 | 35 | 3E | 40 | 24 | 1C |
| Octal | 136 | 141 | 56 | 3 | 0 | 65 | 76 | 100 | 44 | 34 |
| Binary | 1011110 | 1100001 | 101110 | 11 | 0 | 110101 | 111110 | 1000000 | 100100 | 11100 |
Color Harmonies of #5E612E
Complementary color
Monochromatic Colors of #5E612E
Black with #5E612E
Text Example
Text Example
White with #5E612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E612E; }
p { color: rgb(94,97,46); }
H1.HeaderClassName
{
color: #5E612E;
}
.AnyTagClassName
{
color: #5E612E;
}
</style>
background-color css
<style>
a { background-color: #5E612E; }
a { background-color: rgb(94,97,46); }
div.DivClassName
{
background-color: #5E612E;
}
.BgClassName
{
background-color: #5E612E;
}
</style>
border-color css
<style>
span { border-color: #5E612E; }
span { border-color: rgb(94,97,46); }
td.TdClassName
{
border-color: #5E612E;
}
.TagClassName
{
border-color: #5E612E;
}
</style>