Shades of Saratoga #55631D
Tints of Saratoga #55631D
RGB
CMYK
RGB Variations
Color information
#55631D (or 0x55631D) is known color: Saratoga. HEX triplet: 55, 63 and 1D. RGB value is (85,99,29). Sum of RGB (Red+Green+Blue) = 85+99+29=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #55631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55631D is #AA9CE2. Grayscale: #575757. Windows color (decimal): -11181283 or 1925973. OLE color: 1925973.
HSL color Cylindrical-coordinate representation of color #55631D: hue angle of 72º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55631D is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 29 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.61 |
| HSL | 72º | 0.55% | 0.25% | - |
| HSV(B) | 72º | 0.71% | 0.39% | - |
| XYZ | 8.43 | 10.94 | 2.83 | - |
| YUV | 86.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 29 | 0.14 | 0 | 0.71 | 0.61 | 72 | 0.55 | 0.25 |
| Hex | 55 | 63 | 1D | E | 0 | 47 | 3D | 48 | 37 | 19 |
| Octal | 125 | 143 | 35 | 16 | 0 | 107 | 75 | 110 | 67 | 31 |
| Binary | 1010101 | 1100011 | 11101 | 1110 | 0 | 1000111 | 111101 | 1001000 | 110111 | 11001 |
Color Harmonies of #55631D
Complementary color
Monochromatic Colors of #55631D
Black with #55631D
Text Example
Text Example
White with #55631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55631D; }
p { color: rgb(85,99,29); }
H1.HeaderClassName
{
color: #55631D;
}
.AnyTagClassName
{
color: #55631D;
}
</style>
background-color css
<style>
a { background-color: #55631D; }
a { background-color: rgb(85,99,29); }
div.DivClassName
{
background-color: #55631D;
}
.BgClassName
{
background-color: #55631D;
}
</style>
border-color css
<style>
span { border-color: #55631D; }
span { border-color: rgb(85,99,29); }
td.TdClassName
{
border-color: #55631D;
}
.TagClassName
{
border-color: #55631D;
}
</style>