Shades of Saratoga #545622
Tints of Saratoga #545622
RGB
CMYK
RGB Variations
Color information
#545622 (or 0x545622) is known color: Saratoga. HEX triplet: 54, 56 and 22. RGB value is (84,86,34). Sum of RGB (Red+Green+Blue) = 84+86+34=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #545622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545622 is #ABA9DD. Grayscale: #4F4F4F. Windows color (decimal): -11250142 or 2250324. OLE color: 2250324.
HSL color Cylindrical-coordinate representation of color #545622: hue angle of 62.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #545622 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 34 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.66 |
| HSL | 62.31º | 0.43% | 0.24% | - |
| HSV(B) | 62.31º | 0.6% | 0.34% | - |
| XYZ | 7.27 | 8.66 | 2.8 | - |
| YUV | 79.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 34 | 0.02 | 0 | 0.60 | 0.66 | 62.31 | 0.43 | 0.24 |
| Hex | 54 | 56 | 22 | 2 | 0 | 3C | 42 | 3E | 2B | 18 |
| Octal | 124 | 126 | 42 | 2 | 0 | 74 | 102 | 76 | 53 | 30 |
| Binary | 1010100 | 1010110 | 100010 | 10 | 0 | 111100 | 1000010 | 111110 | 101011 | 11000 |
Color Harmonies of #545622
Complementary color
Monochromatic Colors of #545622
Black with #545622
Text Example
Text Example
White with #545622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545622; }
p { color: rgb(84,86,34); }
H1.HeaderClassName
{
color: #545622;
}
.AnyTagClassName
{
color: #545622;
}
</style>
background-color css
<style>
a { background-color: #545622; }
a { background-color: rgb(84,86,34); }
div.DivClassName
{
background-color: #545622;
}
.BgClassName
{
background-color: #545622;
}
</style>
border-color css
<style>
span { border-color: #545622; }
span { border-color: rgb(84,86,34); }
td.TdClassName
{
border-color: #545622;
}
.TagClassName
{
border-color: #545622;
}
</style>