Shades of Saratoga #5B652C
Tints of Saratoga #5B652C
RGB
CMYK
RGB Variations
Color information
#5B652C (or 0x5B652C) is known color: Saratoga. HEX triplet: 5B, 65 and 2C. RGB value is (91,101,44). Sum of RGB (Red+Green+Blue) = 91+101+44=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #5B652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B652C is #A49AD3. Grayscale: #5B5B5B. Windows color (decimal): -10787540 or 2909531. OLE color: 2909531.
HSL color Cylindrical-coordinate representation of color #5B652C: hue angle of 70.53º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B652C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 44 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.60 |
| HSL | 70.53º | 0.39% | 0.28% | - |
| HSV(B) | 70.53º | 0.56% | 0.4% | - |
| XYZ | 9.42 | 11.71 | 4.15 | - |
| YUV | 91.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 44 | 0.10 | 0 | 0.56 | 0.60 | 70.53 | 0.39 | 0.28 |
| Hex | 5B | 65 | 2C | A | 0 | 38 | 3C | 47 | 27 | 1C |
| Octal | 133 | 145 | 54 | 12 | 0 | 70 | 74 | 107 | 47 | 34 |
| Binary | 1011011 | 1100101 | 101100 | 1010 | 0 | 111000 | 111100 | 1000111 | 100111 | 11100 |
Color Harmonies of #5B652C
Complementary color
Monochromatic Colors of #5B652C
Black with #5B652C
Text Example
Text Example
White with #5B652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B652C; }
p { color: rgb(91,101,44); }
H1.HeaderClassName
{
color: #5B652C;
}
.AnyTagClassName
{
color: #5B652C;
}
</style>
background-color css
<style>
a { background-color: #5B652C; }
a { background-color: rgb(91,101,44); }
div.DivClassName
{
background-color: #5B652C;
}
.BgClassName
{
background-color: #5B652C;
}
</style>
border-color css
<style>
span { border-color: #5B652C; }
span { border-color: rgb(91,101,44); }
td.TdClassName
{
border-color: #5B652C;
}
.TagClassName
{
border-color: #5B652C;
}
</style>