Shades of Saratoga #5B632C
Tints of Saratoga #5B632C
RGB
CMYK
RGB Variations
Color information
#5B632C (or 0x5B632C) is known color: Saratoga. HEX triplet: 5B, 63 and 2C. RGB value is (91,99,44). Sum of RGB (Red+Green+Blue) = 91+99+44=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #5B632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B632C is #A49CD3. Grayscale: #5A5A5A. Windows color (decimal): -10788052 or 2909019. OLE color: 2909019.
HSL color Cylindrical-coordinate representation of color #5B632C: hue angle of 68.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B632C is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 99 | 44 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.61 |
| HSL | 68.73º | 0.38% | 0.28% | - |
| HSV(B) | 68.73º | 0.56% | 0.39% | - |
| XYZ | 9.23 | 11.33 | 4.08 | - |
| YUV | 90.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 44 | 0.08 | 0 | 0.56 | 0.61 | 68.73 | 0.38 | 0.28 |
| Hex | 5B | 63 | 2C | 8 | 0 | 38 | 3D | 45 | 26 | 1C |
| Octal | 133 | 143 | 54 | 10 | 0 | 70 | 75 | 105 | 46 | 34 |
| Binary | 1011011 | 1100011 | 101100 | 1000 | 0 | 111000 | 111101 | 1000101 | 100110 | 11100 |
Color Harmonies of #5B632C
Complementary color
Monochromatic Colors of #5B632C
Black with #5B632C
Text Example
Text Example
White with #5B632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B632C; }
p { color: rgb(91,99,44); }
H1.HeaderClassName
{
color: #5B632C;
}
.AnyTagClassName
{
color: #5B632C;
}
</style>
background-color css
<style>
a { background-color: #5B632C; }
a { background-color: rgb(91,99,44); }
div.DivClassName
{
background-color: #5B632C;
}
.BgClassName
{
background-color: #5B632C;
}
</style>
border-color css
<style>
span { border-color: #5B632C; }
span { border-color: rgb(91,99,44); }
td.TdClassName
{
border-color: #5B632C;
}
.TagClassName
{
border-color: #5B632C;
}
</style>