Shades of Saratoga #5B622C
Tints of Saratoga #5B622C
RGB
CMYK
RGB Variations
Color information
#5B622C (or 0x5B622C) is known color: Saratoga. HEX triplet: 5B, 62 and 2C. RGB value is (91,98,44). Sum of RGB (Red+Green+Blue) = 91+98+44=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #5B622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B622C is #A49DD3. Grayscale: #595959. Windows color (decimal): -10788308 or 2908763. OLE color: 2908763.
HSL color Cylindrical-coordinate representation of color #5B622C: hue angle of 67.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B622C is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 44 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.62 |
| HSL | 67.78º | 0.38% | 0.28% | - |
| HSV(B) | 67.78º | 0.55% | 0.38% | - |
| XYZ | 9.14 | 11.14 | 4.05 | - |
| YUV | 89.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 44 | 0.07 | 0 | 0.55 | 0.62 | 67.78 | 0.38 | 0.28 |
| Hex | 5B | 62 | 2C | 7 | 0 | 37 | 3E | 44 | 26 | 1C |
| Octal | 133 | 142 | 54 | 7 | 0 | 67 | 76 | 104 | 46 | 34 |
| Binary | 1011011 | 1100010 | 101100 | 111 | 0 | 110111 | 111110 | 1000100 | 100110 | 11100 |
Color Harmonies of #5B622C
Complementary color
Monochromatic Colors of #5B622C
Black with #5B622C
Text Example
Text Example
White with #5B622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B622C; }
p { color: rgb(91,98,44); }
H1.HeaderClassName
{
color: #5B622C;
}
.AnyTagClassName
{
color: #5B622C;
}
</style>
background-color css
<style>
a { background-color: #5B622C; }
a { background-color: rgb(91,98,44); }
div.DivClassName
{
background-color: #5B622C;
}
.BgClassName
{
background-color: #5B622C;
}
</style>
border-color css
<style>
span { border-color: #5B622C; }
span { border-color: rgb(91,98,44); }
td.TdClassName
{
border-color: #5B622C;
}
.TagClassName
{
border-color: #5B622C;
}
</style>