Shades of Saratoga #55622D
Tints of Saratoga #55622D
RGB
CMYK
RGB Variations
Color information
#55622D (or 0x55622D) is known color: Saratoga. HEX triplet: 55, 62 and 2D. RGB value is (85,98,45). Sum of RGB (Red+Green+Blue) = 85+98+45=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #55622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55622D is #AA9DD2. Grayscale: #585858. Windows color (decimal): -11181523 or 2974293. OLE color: 2974293.
HSL color Cylindrical-coordinate representation of color #55622D: hue angle of 74.72º 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 #55622D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 45 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.62 |
| HSL | 74.72º | 0.37% | 0.28% | - |
| HSV(B) | 74.72º | 0.54% | 0.38% | - |
| XYZ | 8.59 | 10.86 | 4.13 | - |
| YUV | 88.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 45 | 0.13 | 0 | 0.54 | 0.62 | 74.72 | 0.37 | 0.28 |
| Hex | 55 | 62 | 2D | D | 0 | 36 | 3E | 4B | 25 | 1C |
| Octal | 125 | 142 | 55 | 15 | 0 | 66 | 76 | 113 | 45 | 34 |
| Binary | 1010101 | 1100010 | 101101 | 1101 | 0 | 110110 | 111110 | 1001011 | 100101 | 11100 |
Color Harmonies of #55622D
Complementary color
Monochromatic Colors of #55622D
Black with #55622D
Text Example
Text Example
White with #55622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55622D; }
p { color: rgb(85,98,45); }
H1.HeaderClassName
{
color: #55622D;
}
.AnyTagClassName
{
color: #55622D;
}
</style>
background-color css
<style>
a { background-color: #55622D; }
a { background-color: rgb(85,98,45); }
div.DivClassName
{
background-color: #55622D;
}
.BgClassName
{
background-color: #55622D;
}
</style>
border-color css
<style>
span { border-color: #55622D; }
span { border-color: rgb(85,98,45); }
td.TdClassName
{
border-color: #55622D;
}
.TagClassName
{
border-color: #55622D;
}
</style>