Shades of Saratoga #546321
Tints of Saratoga #546321
RGB
CMYK
RGB Variations
Color information
#546321 (or 0x546321) is known color: Saratoga. HEX triplet: 54, 63 and 21. RGB value is (84,99,33). Sum of RGB (Red+Green+Blue) = 84+99+33=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #546321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546321 is #AB9CDE. Grayscale: #575757. Windows color (decimal): -11246815 or 2188116. OLE color: 2188116.
HSL color Cylindrical-coordinate representation of color #546321: hue angle of 73.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #546321 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 99 | 33 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.61 |
| HSL | 73.64º | 0.5% | 0.26% | - |
| HSV(B) | 73.64º | 0.67% | 0.39% | - |
| XYZ | 8.39 | 10.92 | 3.1 | - |
| YUV | 86.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 33 | 0.15 | 0 | 0.67 | 0.61 | 73.64 | 0.5 | 0.26 |
| Hex | 54 | 63 | 21 | F | 0 | 43 | 3D | 4A | 32 | 1A |
| Octal | 124 | 143 | 41 | 17 | 0 | 103 | 75 | 112 | 62 | 32 |
| Binary | 1010100 | 1100011 | 100001 | 1111 | 0 | 1000011 | 111101 | 1001010 | 110010 | 11010 |
Color Harmonies of #546321
Complementary color
Monochromatic Colors of #546321
Black with #546321
Text Example
Text Example
White with #546321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546321; }
p { color: rgb(84,99,33); }
H1.HeaderClassName
{
color: #546321;
}
.AnyTagClassName
{
color: #546321;
}
</style>
background-color css
<style>
a { background-color: #546321; }
a { background-color: rgb(84,99,33); }
div.DivClassName
{
background-color: #546321;
}
.BgClassName
{
background-color: #546321;
}
</style>
border-color css
<style>
span { border-color: #546321; }
span { border-color: rgb(84,99,33); }
td.TdClassName
{
border-color: #546321;
}
.TagClassName
{
border-color: #546321;
}
</style>