Shades of Saratoga #5B632B
Tints of Saratoga #5B632B
RGB
CMYK
RGB Variations
Color information
#5B632B (or 0x5B632B) is known color: Saratoga. HEX triplet: 5B, 63 and 2B. RGB value is (91,99,43). Sum of RGB (Red+Green+Blue) = 91+99+43=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #5B632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B632B is #A49CD4. Grayscale: #5A5A5A. Windows color (decimal): -10788053 or 2843483. OLE color: 2843483.
HSL color Cylindrical-coordinate representation of color #5B632B: hue angle of 68.57º 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 #5B632B is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 99 | 43 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.61 |
| HSL | 68.57º | 0.39% | 0.28% | - |
| HSV(B) | 68.57º | 0.57% | 0.39% | - |
| XYZ | 9.21 | 11.32 | 3.99 | - |
| YUV | 90.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 43 | 0.08 | 0 | 0.57 | 0.61 | 68.57 | 0.39 | 0.28 |
| Hex | 5B | 63 | 2B | 8 | 0 | 39 | 3D | 45 | 27 | 1C |
| Octal | 133 | 143 | 53 | 10 | 0 | 71 | 75 | 105 | 47 | 34 |
| Binary | 1011011 | 1100011 | 101011 | 1000 | 0 | 111001 | 111101 | 1000101 | 100111 | 11100 |
Color Harmonies of #5B632B
Complementary color
Monochromatic Colors of #5B632B
Black with #5B632B
Text Example
Text Example
White with #5B632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B632B; }
p { color: rgb(91,99,43); }
H1.HeaderClassName
{
color: #5B632B;
}
.AnyTagClassName
{
color: #5B632B;
}
</style>
background-color css
<style>
a { background-color: #5B632B; }
a { background-color: rgb(91,99,43); }
div.DivClassName
{
background-color: #5B632B;
}
.BgClassName
{
background-color: #5B632B;
}
</style>
border-color css
<style>
span { border-color: #5B632B; }
span { border-color: rgb(91,99,43); }
td.TdClassName
{
border-color: #5B632B;
}
.TagClassName
{
border-color: #5B632B;
}
</style>