Shades of Saratoga #5F632B
Tints of Saratoga #5F632B
RGB
CMYK
RGB Variations
Color information
#5F632B (or 0x5F632B) is known color: Saratoga. HEX triplet: 5F, 63 and 2B. RGB value is (95,99,43). Sum of RGB (Red+Green+Blue) = 95+99+43=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #5F632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F632B is #A09CD4. Grayscale: #5B5B5B. Windows color (decimal): -10525909 or 2843487. OLE color: 2843487.
HSL color Cylindrical-coordinate representation of color #5F632B: hue angle of 64.29º 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 #5F632B is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 99 | 43 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.61 |
| HSL | 64.29º | 0.39% | 0.28% | - |
| HSV(B) | 64.29º | 0.57% | 0.39% | - |
| XYZ | 9.62 | 11.53 | 4 | - |
| YUV | 91.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 43 | 0.04 | 0 | 0.57 | 0.61 | 64.29 | 0.39 | 0.28 |
| Hex | 5F | 63 | 2B | 4 | 0 | 39 | 3D | 40 | 27 | 1C |
| Octal | 137 | 143 | 53 | 4 | 0 | 71 | 75 | 100 | 47 | 34 |
| Binary | 1011111 | 1100011 | 101011 | 100 | 0 | 111001 | 111101 | 1000000 | 100111 | 11100 |
Color Harmonies of #5F632B
Complementary color
Monochromatic Colors of #5F632B
Black with #5F632B
Text Example
Text Example
White with #5F632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F632B; }
p { color: rgb(95,99,43); }
H1.HeaderClassName
{
color: #5F632B;
}
.AnyTagClassName
{
color: #5F632B;
}
</style>
background-color css
<style>
a { background-color: #5F632B; }
a { background-color: rgb(95,99,43); }
div.DivClassName
{
background-color: #5F632B;
}
.BgClassName
{
background-color: #5F632B;
}
</style>
border-color css
<style>
span { border-color: #5F632B; }
span { border-color: rgb(95,99,43); }
td.TdClassName
{
border-color: #5F632B;
}
.TagClassName
{
border-color: #5F632B;
}
</style>