Shades of Saratoga #55632A
Tints of Saratoga #55632A
RGB
CMYK
RGB Variations
Color information
#55632A (or 0x55632A) is known color: Saratoga. HEX triplet: 55, 63 and 2A. RGB value is (85,99,42). Sum of RGB (Red+Green+Blue) = 85+99+42=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #55632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55632A is #AA9CD5. Grayscale: #585858. Windows color (decimal): -11181270 or 2777941. OLE color: 2777941.
HSL color Cylindrical-coordinate representation of color #55632A: hue angle of 74.74º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55632A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 42 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.61 |
| HSL | 74.74º | 0.4% | 0.28% | - |
| HSV(B) | 74.74º | 0.58% | 0.39% | - |
| XYZ | 8.63 | 11.02 | 3.86 | - |
| YUV | 88.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 42 | 0.14 | 0 | 0.58 | 0.61 | 74.74 | 0.4 | 0.28 |
| Hex | 55 | 63 | 2A | E | 0 | 3A | 3D | 4B | 28 | 1C |
| Octal | 125 | 143 | 52 | 16 | 0 | 72 | 75 | 113 | 50 | 34 |
| Binary | 1010101 | 1100011 | 101010 | 1110 | 0 | 111010 | 111101 | 1001011 | 101000 | 11100 |
Color Harmonies of #55632A
Complementary color
Monochromatic Colors of #55632A
Black with #55632A
Text Example
Text Example
White with #55632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55632A; }
p { color: rgb(85,99,42); }
H1.HeaderClassName
{
color: #55632A;
}
.AnyTagClassName
{
color: #55632A;
}
</style>
background-color css
<style>
a { background-color: #55632A; }
a { background-color: rgb(85,99,42); }
div.DivClassName
{
background-color: #55632A;
}
.BgClassName
{
background-color: #55632A;
}
</style>
border-color css
<style>
span { border-color: #55632A; }
span { border-color: rgb(85,99,42); }
td.TdClassName
{
border-color: #55632A;
}
.TagClassName
{
border-color: #55632A;
}
</style>