Shades of Saratoga #5E632A
Tints of Saratoga #5E632A
RGB
CMYK
RGB Variations
Color information
#5E632A (or 0x5E632A) is known color: Saratoga. HEX triplet: 5E, 63 and 2A. RGB value is (94,99,42). Sum of RGB (Red+Green+Blue) = 94+99+42=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #5E632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E632A is #A19CD5. Grayscale: #5B5B5B. Windows color (decimal): -10591446 or 2777950. OLE color: 2777950.
HSL color Cylindrical-coordinate representation of color #5E632A: hue angle of 65.26º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E632A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 42 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.61 |
| HSL | 65.26º | 0.4% | 0.28% | - |
| HSV(B) | 65.26º | 0.58% | 0.39% | - |
| XYZ | 9.5 | 11.47 | 3.9 | - |
| YUV | 91.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 42 | 0.05 | 0 | 0.58 | 0.61 | 65.26 | 0.4 | 0.28 |
| Hex | 5E | 63 | 2A | 5 | 0 | 3A | 3D | 41 | 28 | 1C |
| Octal | 136 | 143 | 52 | 5 | 0 | 72 | 75 | 101 | 50 | 34 |
| Binary | 1011110 | 1100011 | 101010 | 101 | 0 | 111010 | 111101 | 1000001 | 101000 | 11100 |
Color Harmonies of #5E632A
Complementary color
Monochromatic Colors of #5E632A
Black with #5E632A
Text Example
Text Example
White with #5E632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E632A; }
p { color: rgb(94,99,42); }
H1.HeaderClassName
{
color: #5E632A;
}
.AnyTagClassName
{
color: #5E632A;
}
</style>
background-color css
<style>
a { background-color: #5E632A; }
a { background-color: rgb(94,99,42); }
div.DivClassName
{
background-color: #5E632A;
}
.BgClassName
{
background-color: #5E632A;
}
</style>
border-color css
<style>
span { border-color: #5E632A; }
span { border-color: rgb(94,99,42); }
td.TdClassName
{
border-color: #5E632A;
}
.TagClassName
{
border-color: #5E632A;
}
</style>