Shades of Saratoga #5A611F
Tints of Saratoga #5A611F
RGB
CMYK
RGB Variations
Color information
#5A611F (or 0x5A611F) is known color: Saratoga. HEX triplet: 5A, 61 and 1F. RGB value is (90,97,31). Sum of RGB (Red+Green+Blue) = 90+97+31=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #5A611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A611F is #A59EE0. Grayscale: #575757. Windows color (decimal): -10854113 or 2056538. OLE color: 2056538.
HSL color Cylindrical-coordinate representation of color #5A611F: hue angle of 66.36º 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 #5A611F is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 31 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.62 |
| HSL | 66.36º | 0.52% | 0.25% | - |
| HSV(B) | 66.36º | 0.68% | 0.38% | - |
| XYZ | 8.74 | 10.82 | 2.92 | - |
| YUV | 87.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 31 | 0.07 | 0 | 0.68 | 0.62 | 66.36 | 0.52 | 0.25 |
| Hex | 5A | 61 | 1F | 7 | 0 | 44 | 3E | 42 | 34 | 19 |
| Octal | 132 | 141 | 37 | 7 | 0 | 104 | 76 | 102 | 64 | 31 |
| Binary | 1011010 | 1100001 | 11111 | 111 | 0 | 1000100 | 111110 | 1000010 | 110100 | 11001 |
Color Harmonies of #5A611F
Complementary color
Monochromatic Colors of #5A611F
Black with #5A611F
Text Example
Text Example
White with #5A611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A611F; }
p { color: rgb(90,97,31); }
H1.HeaderClassName
{
color: #5A611F;
}
.AnyTagClassName
{
color: #5A611F;
}
</style>
background-color css
<style>
a { background-color: #5A611F; }
a { background-color: rgb(90,97,31); }
div.DivClassName
{
background-color: #5A611F;
}
.BgClassName
{
background-color: #5A611F;
}
</style>
border-color css
<style>
span { border-color: #5A611F; }
span { border-color: rgb(90,97,31); }
td.TdClassName
{
border-color: #5A611F;
}
.TagClassName
{
border-color: #5A611F;
}
</style>