Shades of Saratoga #55622E
Tints of Saratoga #55622E
RGB
CMYK
RGB Variations
Color information
#55622E (or 0x55622E) is known color: Saratoga. HEX triplet: 55, 62 and 2E. RGB value is (85,98,46). Sum of RGB (Red+Green+Blue) = 85+98+46=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #55622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55622E is #AA9DD1. Grayscale: #585858. Windows color (decimal): -11181522 or 3039829. OLE color: 3039829.
HSL color Cylindrical-coordinate representation of color #55622E: hue angle of 75º 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 #55622E is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 46 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.62 |
| HSL | 75º | 0.36% | 0.28% | - |
| HSV(B) | 75º | 0.53% | 0.38% | - |
| XYZ | 8.61 | 10.86 | 4.23 | - |
| YUV | 88.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 46 | 0.13 | 0 | 0.53 | 0.62 | 75 | 0.36 | 0.28 |
| Hex | 55 | 62 | 2E | D | 0 | 35 | 3E | 4B | 24 | 1C |
| Octal | 125 | 142 | 56 | 15 | 0 | 65 | 76 | 113 | 44 | 34 |
| Binary | 1010101 | 1100010 | 101110 | 1101 | 0 | 110101 | 111110 | 1001011 | 100100 | 11100 |
Color Harmonies of #55622E
Complementary color
Monochromatic Colors of #55622E
Black with #55622E
Text Example
Text Example
White with #55622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55622E; }
p { color: rgb(85,98,46); }
H1.HeaderClassName
{
color: #55622E;
}
.AnyTagClassName
{
color: #55622E;
}
</style>
background-color css
<style>
a { background-color: #55622E; }
a { background-color: rgb(85,98,46); }
div.DivClassName
{
background-color: #55622E;
}
.BgClassName
{
background-color: #55622E;
}
</style>
border-color css
<style>
span { border-color: #55622E; }
span { border-color: rgb(85,98,46); }
td.TdClassName
{
border-color: #55622E;
}
.TagClassName
{
border-color: #55622E;
}
</style>