Shades of Saratoga #55602D
Tints of Saratoga #55602D
RGB
CMYK
RGB Variations
Color information
#55602D (or 0x55602D) is known color: Saratoga. HEX triplet: 55, 60 and 2D. RGB value is (85,96,45). Sum of RGB (Red+Green+Blue) = 85+96+45=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #55602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55602D is #AA9FD2. Grayscale: #575757. Windows color (decimal): -11182035 or 2973781. OLE color: 2973781.
HSL color Cylindrical-coordinate representation of color #55602D: hue angle of 72.94º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55602D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 45 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.62 |
| HSL | 72.94º | 0.36% | 0.28% | - |
| HSV(B) | 72.94º | 0.53% | 0.38% | - |
| XYZ | 8.4 | 10.49 | 4.06 | - |
| YUV | 86.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 45 | 0.11 | 0 | 0.53 | 0.62 | 72.94 | 0.36 | 0.28 |
| Hex | 55 | 60 | 2D | B | 0 | 35 | 3E | 49 | 24 | 1C |
| Octal | 125 | 140 | 55 | 13 | 0 | 65 | 76 | 111 | 44 | 34 |
| Binary | 1010101 | 1100000 | 101101 | 1011 | 0 | 110101 | 111110 | 1001001 | 100100 | 11100 |
Color Harmonies of #55602D
Complementary color
Monochromatic Colors of #55602D
Black with #55602D
Text Example
Text Example
White with #55602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55602D; }
p { color: rgb(85,96,45); }
H1.HeaderClassName
{
color: #55602D;
}
.AnyTagClassName
{
color: #55602D;
}
</style>
background-color css
<style>
a { background-color: #55602D; }
a { background-color: rgb(85,96,45); }
div.DivClassName
{
background-color: #55602D;
}
.BgClassName
{
background-color: #55602D;
}
</style>
border-color css
<style>
span { border-color: #55602D; }
span { border-color: rgb(85,96,45); }
td.TdClassName
{
border-color: #55602D;
}
.TagClassName
{
border-color: #55602D;
}
</style>