Shades of Saratoga #5A622D
Tints of Saratoga #5A622D
RGB
CMYK
RGB Variations
Color information
#5A622D (or 0x5A622D) is known color: Saratoga. HEX triplet: 5A, 62 and 2D. RGB value is (90,98,45). Sum of RGB (Red+Green+Blue) = 90+98+45=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #5A622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A622D is #A59DD2. Grayscale: #595959. Windows color (decimal): -10853843 or 2974298. OLE color: 2974298.
HSL color Cylindrical-coordinate representation of color #5A622D: hue angle of 69.06º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A622D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 45 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.62 |
| HSL | 69.06º | 0.37% | 0.28% | - |
| HSV(B) | 69.06º | 0.54% | 0.38% | - |
| XYZ | 9.06 | 11.1 | 4.15 | - |
| YUV | 89.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 45 | 0.08 | 0 | 0.54 | 0.62 | 69.06 | 0.37 | 0.28 |
| Hex | 5A | 62 | 2D | 8 | 0 | 36 | 3E | 45 | 25 | 1C |
| Octal | 132 | 142 | 55 | 10 | 0 | 66 | 76 | 105 | 45 | 34 |
| Binary | 1011010 | 1100010 | 101101 | 1000 | 0 | 110110 | 111110 | 1000101 | 100101 | 11100 |
Color Harmonies of #5A622D
Complementary color
Monochromatic Colors of #5A622D
Black with #5A622D
Text Example
Text Example
White with #5A622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A622D; }
p { color: rgb(90,98,45); }
H1.HeaderClassName
{
color: #5A622D;
}
.AnyTagClassName
{
color: #5A622D;
}
</style>
background-color css
<style>
a { background-color: #5A622D; }
a { background-color: rgb(90,98,45); }
div.DivClassName
{
background-color: #5A622D;
}
.BgClassName
{
background-color: #5A622D;
}
</style>
border-color css
<style>
span { border-color: #5A622D; }
span { border-color: rgb(90,98,45); }
td.TdClassName
{
border-color: #5A622D;
}
.TagClassName
{
border-color: #5A622D;
}
</style>