Shades of Saratoga #55622C
Tints of Saratoga #55622C
RGB
CMYK
RGB Variations
Color information
#55622C (or 0x55622C) is known color: Saratoga. HEX triplet: 55, 62 and 2C. RGB value is (85,98,44). Sum of RGB (Red+Green+Blue) = 85+98+44=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #55622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55622C is #AA9DD3. Grayscale: #585858. Windows color (decimal): -11181524 or 2908757. OLE color: 2908757.
HSL color Cylindrical-coordinate representation of color #55622C: hue angle of 74.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55622C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 44 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.62 |
| HSL | 74.44º | 0.38% | 0.28% | - |
| HSV(B) | 74.44º | 0.55% | 0.38% | - |
| XYZ | 8.57 | 10.85 | 4.03 | - |
| YUV | 87.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 44 | 0.13 | 0 | 0.55 | 0.62 | 74.44 | 0.38 | 0.28 |
| Hex | 55 | 62 | 2C | D | 0 | 37 | 3E | 4A | 26 | 1C |
| Octal | 125 | 142 | 54 | 15 | 0 | 67 | 76 | 112 | 46 | 34 |
| Binary | 1010101 | 1100010 | 101100 | 1101 | 0 | 110111 | 111110 | 1001010 | 100110 | 11100 |
Color Harmonies of #55622C
Complementary color
Monochromatic Colors of #55622C
Black with #55622C
Text Example
Text Example
White with #55622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55622C; }
p { color: rgb(85,98,44); }
H1.HeaderClassName
{
color: #55622C;
}
.AnyTagClassName
{
color: #55622C;
}
</style>
background-color css
<style>
a { background-color: #55622C; }
a { background-color: rgb(85,98,44); }
div.DivClassName
{
background-color: #55622C;
}
.BgClassName
{
background-color: #55622C;
}
</style>
border-color css
<style>
span { border-color: #55622C; }
span { border-color: rgb(85,98,44); }
td.TdClassName
{
border-color: #55622C;
}
.TagClassName
{
border-color: #55622C;
}
</style>