Shades of Saratoga #5B612F
Tints of Saratoga #5B612F
RGB
CMYK
RGB Variations
Color information
#5B612F (or 0x5B612F) is known color: Saratoga. HEX triplet: 5B, 61 and 2F. RGB value is (91,97,47). Sum of RGB (Red+Green+Blue) = 91+97+47=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #5B612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B612F is #A49ED0. Grayscale: #595959. Windows color (decimal): -10788561 or 3105115. OLE color: 3105115.
HSL color Cylindrical-coordinate representation of color #5B612F: hue angle of 67.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B612F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 47 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.62 |
| HSL | 67.2º | 0.35% | 0.28% | - |
| HSV(B) | 67.2º | 0.52% | 0.38% | - |
| XYZ | 9.1 | 10.98 | 4.33 | - |
| YUV | 89.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 47 | 0.06 | 0 | 0.52 | 0.62 | 67.2 | 0.35 | 0.28 |
| Hex | 5B | 61 | 2F | 6 | 0 | 34 | 3E | 43 | 23 | 1C |
| Octal | 133 | 141 | 57 | 6 | 0 | 64 | 76 | 103 | 43 | 34 |
| Binary | 1011011 | 1100001 | 101111 | 110 | 0 | 110100 | 111110 | 1000011 | 100011 | 11100 |
Color Harmonies of #5B612F
Complementary color
Monochromatic Colors of #5B612F
Black with #5B612F
Text Example
Text Example
White with #5B612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B612F; }
p { color: rgb(91,97,47); }
H1.HeaderClassName
{
color: #5B612F;
}
.AnyTagClassName
{
color: #5B612F;
}
</style>
background-color css
<style>
a { background-color: #5B612F; }
a { background-color: rgb(91,97,47); }
div.DivClassName
{
background-color: #5B612F;
}
.BgClassName
{
background-color: #5B612F;
}
</style>
border-color css
<style>
span { border-color: #5B612F; }
span { border-color: rgb(91,97,47); }
td.TdClassName
{
border-color: #5B612F;
}
.TagClassName
{
border-color: #5B612F;
}
</style>