Shades of Saratoga #5B621F
Tints of Saratoga #5B621F
RGB
CMYK
RGB Variations
Color information
#5B621F (or 0x5B621F) is known color: Saratoga. HEX triplet: 5B, 62 and 1F. RGB value is (91,98,31). Sum of RGB (Red+Green+Blue) = 91+98+31=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #5B621F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B621F is #A49DE0. Grayscale: #585858. Windows color (decimal): -10788321 or 2056795. OLE color: 2056795.
HSL color Cylindrical-coordinate representation of color #5B621F: hue angle of 66.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B621F is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 31 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.62 |
| HSL | 66.27º | 0.52% | 0.25% | - |
| HSV(B) | 66.27º | 0.68% | 0.38% | - |
| XYZ | 8.93 | 11.06 | 2.96 | - |
| YUV | 88.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 31 | 0.07 | 0 | 0.68 | 0.62 | 66.27 | 0.52 | 0.25 |
| Hex | 5B | 62 | 1F | 7 | 0 | 44 | 3E | 42 | 34 | 19 |
| Octal | 133 | 142 | 37 | 7 | 0 | 104 | 76 | 102 | 64 | 31 |
| Binary | 1011011 | 1100010 | 11111 | 111 | 0 | 1000100 | 111110 | 1000010 | 110100 | 11001 |
Color Harmonies of #5B621F
Complementary color
Monochromatic Colors of #5B621F
Black with #5B621F
Text Example
Text Example
White with #5B621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B621F; }
p { color: rgb(91,98,31); }
H1.HeaderClassName
{
color: #5B621F;
}
.AnyTagClassName
{
color: #5B621F;
}
</style>
background-color css
<style>
a { background-color: #5B621F; }
a { background-color: rgb(91,98,31); }
div.DivClassName
{
background-color: #5B621F;
}
.BgClassName
{
background-color: #5B621F;
}
</style>
border-color css
<style>
span { border-color: #5B621F; }
span { border-color: rgb(91,98,31); }
td.TdClassName
{
border-color: #5B621F;
}
.TagClassName
{
border-color: #5B621F;
}
</style>