Shades of Saratoga #546521
Tints of Saratoga #546521
RGB
CMYK
RGB Variations
Color information
#546521 (or 0x546521) is known color: Saratoga. HEX triplet: 54, 65 and 21. RGB value is (84,101,33). Sum of RGB (Red+Green+Blue) = 84+101+33=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #546521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546521 is #AB9ADE. Grayscale: #585858. Windows color (decimal): -11246303 or 2188628. OLE color: 2188628.
HSL color Cylindrical-coordinate representation of color #546521: hue angle of 75º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #546521 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 33 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.60 |
| HSL | 75º | 0.51% | 0.26% | - |
| HSV(B) | 75º | 0.67% | 0.4% | - |
| XYZ | 8.58 | 11.3 | 3.17 | - |
| YUV | 88.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 33 | 0.17 | 0 | 0.67 | 0.60 | 75 | 0.51 | 0.26 |
| Hex | 54 | 65 | 21 | 11 | 0 | 43 | 3C | 4B | 33 | 1A |
| Octal | 124 | 145 | 41 | 21 | 0 | 103 | 74 | 113 | 63 | 32 |
| Binary | 1010100 | 1100101 | 100001 | 10001 | 0 | 1000011 | 111100 | 1001011 | 110011 | 11010 |
Color Harmonies of #546521
Complementary color
Monochromatic Colors of #546521
Black with #546521
Text Example
Text Example
White with #546521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546521; }
p { color: rgb(84,101,33); }
H1.HeaderClassName
{
color: #546521;
}
.AnyTagClassName
{
color: #546521;
}
</style>
background-color css
<style>
a { background-color: #546521; }
a { background-color: rgb(84,101,33); }
div.DivClassName
{
background-color: #546521;
}
.BgClassName
{
background-color: #546521;
}
</style>
border-color css
<style>
span { border-color: #546521; }
span { border-color: rgb(84,101,33); }
td.TdClassName
{
border-color: #546521;
}
.TagClassName
{
border-color: #546521;
}
</style>