Shades of Saratoga #55631E
Tints of Saratoga #55631E
RGB
CMYK
RGB Variations
Color information
#55631E (or 0x55631E) is known color: Saratoga. HEX triplet: 55, 63 and 1E. RGB value is (85,99,30). Sum of RGB (Red+Green+Blue) = 85+99+30=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #55631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55631E is #AA9CE1. Grayscale: #575757. Windows color (decimal): -11181282 or 1991509. OLE color: 1991509.
HSL color Cylindrical-coordinate representation of color #55631E: hue angle of 72.17º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55631E is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 30 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.61 |
| HSL | 72.17º | 0.53% | 0.25% | - |
| HSV(B) | 72.17º | 0.7% | 0.39% | - |
| XYZ | 8.44 | 10.95 | 2.9 | - |
| YUV | 86.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 30 | 0.14 | 0 | 0.70 | 0.61 | 72.17 | 0.53 | 0.25 |
| Hex | 55 | 63 | 1E | E | 0 | 46 | 3D | 48 | 35 | 19 |
| Octal | 125 | 143 | 36 | 16 | 0 | 106 | 75 | 110 | 65 | 31 |
| Binary | 1010101 | 1100011 | 11110 | 1110 | 0 | 1000110 | 111101 | 1001000 | 110101 | 11001 |
Color Harmonies of #55631E
Complementary color
Monochromatic Colors of #55631E
Black with #55631E
Text Example
Text Example
White with #55631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55631E; }
p { color: rgb(85,99,30); }
H1.HeaderClassName
{
color: #55631E;
}
.AnyTagClassName
{
color: #55631E;
}
</style>
background-color css
<style>
a { background-color: #55631E; }
a { background-color: rgb(85,99,30); }
div.DivClassName
{
background-color: #55631E;
}
.BgClassName
{
background-color: #55631E;
}
</style>
border-color css
<style>
span { border-color: #55631E; }
span { border-color: rgb(85,99,30); }
td.TdClassName
{
border-color: #55631E;
}
.TagClassName
{
border-color: #55631E;
}
</style>