Shades of Saratoga #55641E
Tints of Saratoga #55641E
RGB
CMYK
RGB Variations
Color information
#55641E (or 0x55641E) is known color: Saratoga. HEX triplet: 55, 64 and 1E. RGB value is (85,100,30). Sum of RGB (Red+Green+Blue) = 85+100+30=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #55641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55641E is #AA9BE1. Grayscale: #575757. Windows color (decimal): -11181026 or 1991765. OLE color: 1991765.
HSL color Cylindrical-coordinate representation of color #55641E: hue angle of 72.86º degrees, saturation: 0.54, 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 #55641E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 30 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.61 |
| HSL | 72.86º | 0.54% | 0.25% | - |
| HSV(B) | 72.86º | 0.7% | 0.39% | - |
| XYZ | 8.54 | 11.14 | 2.93 | - |
| YUV | 87.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 30 | 0.15 | 0 | 0.70 | 0.61 | 72.86 | 0.54 | 0.25 |
| Hex | 55 | 64 | 1E | F | 0 | 46 | 3D | 49 | 36 | 19 |
| Octal | 125 | 144 | 36 | 17 | 0 | 106 | 75 | 111 | 66 | 31 |
| Binary | 1010101 | 1100100 | 11110 | 1111 | 0 | 1000110 | 111101 | 1001001 | 110110 | 11001 |
Color Harmonies of #55641E
Complementary color
Monochromatic Colors of #55641E
Black with #55641E
Text Example
Text Example
White with #55641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55641E; }
p { color: rgb(85,100,30); }
H1.HeaderClassName
{
color: #55641E;
}
.AnyTagClassName
{
color: #55641E;
}
</style>
background-color css
<style>
a { background-color: #55641E; }
a { background-color: rgb(85,100,30); }
div.DivClassName
{
background-color: #55641E;
}
.BgClassName
{
background-color: #55641E;
}
</style>
border-color css
<style>
span { border-color: #55641E; }
span { border-color: rgb(85,100,30); }
td.TdClassName
{
border-color: #55641E;
}
.TagClassName
{
border-color: #55641E;
}
</style>