Shades of Saratoga #5E632B
Tints of Saratoga #5E632B
RGB
CMYK
RGB Variations
Color information
#5E632B (or 0x5E632B) is known color: Saratoga. HEX triplet: 5E, 63 and 2B. RGB value is (94,99,43). Sum of RGB (Red+Green+Blue) = 94+99+43=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #5E632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E632B is #A19CD4. Grayscale: #5B5B5B. Windows color (decimal): -10591445 or 2843486. OLE color: 2843486.
HSL color Cylindrical-coordinate representation of color #5E632B: hue angle of 65.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E632B is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 43 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.61 |
| HSL | 65.36º | 0.39% | 0.28% | - |
| HSV(B) | 65.36º | 0.57% | 0.39% | - |
| XYZ | 9.51 | 11.48 | 4 | - |
| YUV | 91.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 43 | 0.05 | 0 | 0.57 | 0.61 | 65.36 | 0.39 | 0.28 |
| Hex | 5E | 63 | 2B | 5 | 0 | 39 | 3D | 41 | 27 | 1C |
| Octal | 136 | 143 | 53 | 5 | 0 | 71 | 75 | 101 | 47 | 34 |
| Binary | 1011110 | 1100011 | 101011 | 101 | 0 | 111001 | 111101 | 1000001 | 100111 | 11100 |
Color Harmonies of #5E632B
Complementary color
Monochromatic Colors of #5E632B
Black with #5E632B
Text Example
Text Example
White with #5E632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E632B; }
p { color: rgb(94,99,43); }
H1.HeaderClassName
{
color: #5E632B;
}
.AnyTagClassName
{
color: #5E632B;
}
</style>
background-color css
<style>
a { background-color: #5E632B; }
a { background-color: rgb(94,99,43); }
div.DivClassName
{
background-color: #5E632B;
}
.BgClassName
{
background-color: #5E632B;
}
</style>
border-color css
<style>
span { border-color: #5E632B; }
span { border-color: rgb(94,99,43); }
td.TdClassName
{
border-color: #5E632B;
}
.TagClassName
{
border-color: #5E632B;
}
</style>