Shades of Saratoga #5A622E
Tints of Saratoga #5A622E
RGB
CMYK
RGB Variations
Color information
#5A622E (or 0x5A622E) is known color: Saratoga. HEX triplet: 5A, 62 and 2E. RGB value is (90,98,46). Sum of RGB (Red+Green+Blue) = 90+98+46=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #5A622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A622E is #A59DD1. Grayscale: #595959. Windows color (decimal): -10853842 or 3039834. OLE color: 3039834.
HSL color Cylindrical-coordinate representation of color #5A622E: hue angle of 69.23º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A622E is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 46 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.62 |
| HSL | 69.23º | 0.36% | 0.28% | - |
| HSV(B) | 69.23º | 0.53% | 0.38% | - |
| XYZ | 9.08 | 11.11 | 4.25 | - |
| YUV | 89.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 46 | 0.08 | 0 | 0.53 | 0.62 | 69.23 | 0.36 | 0.28 |
| Hex | 5A | 62 | 2E | 8 | 0 | 35 | 3E | 45 | 24 | 1C |
| Octal | 132 | 142 | 56 | 10 | 0 | 65 | 76 | 105 | 44 | 34 |
| Binary | 1011010 | 1100010 | 101110 | 1000 | 0 | 110101 | 111110 | 1000101 | 100100 | 11100 |
Color Harmonies of #5A622E
Complementary color
Monochromatic Colors of #5A622E
Black with #5A622E
Text Example
Text Example
White with #5A622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A622E; }
p { color: rgb(90,98,46); }
H1.HeaderClassName
{
color: #5A622E;
}
.AnyTagClassName
{
color: #5A622E;
}
</style>
background-color css
<style>
a { background-color: #5A622E; }
a { background-color: rgb(90,98,46); }
div.DivClassName
{
background-color: #5A622E;
}
.BgClassName
{
background-color: #5A622E;
}
</style>
border-color css
<style>
span { border-color: #5A622E; }
span { border-color: rgb(90,98,46); }
td.TdClassName
{
border-color: #5A622E;
}
.TagClassName
{
border-color: #5A622E;
}
</style>