Shades of Saratoga #55612B
Tints of Saratoga #55612B
RGB
CMYK
RGB Variations
Color information
#55612B (or 0x55612B) is known color: Saratoga. HEX triplet: 55, 61 and 2B. RGB value is (85,97,43). Sum of RGB (Red+Green+Blue) = 85+97+43=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #55612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55612B is #AA9ED4. Grayscale: #575757. Windows color (decimal): -11181781 or 2842965. OLE color: 2842965.
HSL color Cylindrical-coordinate representation of color #55612B: hue angle of 73.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55612B is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 43 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.62 |
| HSL | 73.33º | 0.39% | 0.27% | - |
| HSV(B) | 73.33º | 0.56% | 0.38% | - |
| XYZ | 8.46 | 10.66 | 3.9 | - |
| YUV | 87.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 43 | 0.12 | 0 | 0.56 | 0.62 | 73.33 | 0.39 | 0.27 |
| Hex | 55 | 61 | 2B | C | 0 | 38 | 3E | 49 | 27 | 1B |
| Octal | 125 | 141 | 53 | 14 | 0 | 70 | 76 | 111 | 47 | 33 |
| Binary | 1010101 | 1100001 | 101011 | 1100 | 0 | 111000 | 111110 | 1001001 | 100111 | 11011 |
Color Harmonies of #55612B
Complementary color
Monochromatic Colors of #55612B
Black with #55612B
Text Example
Text Example
White with #55612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55612B; }
p { color: rgb(85,97,43); }
H1.HeaderClassName
{
color: #55612B;
}
.AnyTagClassName
{
color: #55612B;
}
</style>
background-color css
<style>
a { background-color: #55612B; }
a { background-color: rgb(85,97,43); }
div.DivClassName
{
background-color: #55612B;
}
.BgClassName
{
background-color: #55612B;
}
</style>
border-color css
<style>
span { border-color: #55612B; }
span { border-color: rgb(85,97,43); }
td.TdClassName
{
border-color: #55612B;
}
.TagClassName
{
border-color: #55612B;
}
</style>