Shades of Saratoga #545625
Tints of Saratoga #545625
RGB
CMYK
RGB Variations
Color information
#545625 (or 0x545625) is known color: Saratoga. HEX triplet: 54, 56 and 25. RGB value is (84,86,37). Sum of RGB (Red+Green+Blue) = 84+86+37=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #545625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545625 is #ABA9DA. Grayscale: #505050. Windows color (decimal): -11250139 or 2446932. OLE color: 2446932.
HSL color Cylindrical-coordinate representation of color #545625: hue angle of 62.45º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #545625 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 37 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.66 |
| HSL | 62.45º | 0.4% | 0.24% | - |
| HSV(B) | 62.45º | 0.57% | 0.34% | - |
| XYZ | 7.32 | 8.67 | 3.04 | - |
| YUV | 79.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 37 | 0.02 | 0 | 0.57 | 0.66 | 62.45 | 0.4 | 0.24 |
| Hex | 54 | 56 | 25 | 2 | 0 | 39 | 42 | 3E | 28 | 18 |
| Octal | 124 | 126 | 45 | 2 | 0 | 71 | 102 | 76 | 50 | 30 |
| Binary | 1010100 | 1010110 | 100101 | 10 | 0 | 111001 | 1000010 | 111110 | 101000 | 11000 |
Color Harmonies of #545625
Complementary color
Monochromatic Colors of #545625
Black with #545625
Text Example
Text Example
White with #545625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545625; }
p { color: rgb(84,86,37); }
H1.HeaderClassName
{
color: #545625;
}
.AnyTagClassName
{
color: #545625;
}
</style>
background-color css
<style>
a { background-color: #545625; }
a { background-color: rgb(84,86,37); }
div.DivClassName
{
background-color: #545625;
}
.BgClassName
{
background-color: #545625;
}
</style>
border-color css
<style>
span { border-color: #545625; }
span { border-color: rgb(84,86,37); }
td.TdClassName
{
border-color: #545625;
}
.TagClassName
{
border-color: #545625;
}
</style>