Shades of Saratoga #545B31
Tints of Saratoga #545B31
RGB
CMYK
RGB Variations
Color information
#545B31 (or 0x545B31) is known color: Saratoga. HEX triplet: 54, 5B and 31. RGB value is (84,91,49). Sum of RGB (Red+Green+Blue) = 84+91+49=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #545B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B31 is #ABA4CE. Grayscale: #545454. Windows color (decimal): -11248847 or 3234644. OLE color: 3234644.
HSL color Cylindrical-coordinate representation of color #545B31: hue angle of 70º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #545B31 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 49 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.64 |
| HSL | 70º | 0.3% | 0.27% | - |
| HSV(B) | 70º | 0.46% | 0.36% | - |
| XYZ | 7.95 | 9.59 | 4.34 | - |
| YUV | 84.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 49 | 0.08 | 0 | 0.46 | 0.64 | 70 | 0.3 | 0.27 |
| Hex | 54 | 5B | 31 | 8 | 0 | 2E | 40 | 46 | 1E | 1B |
| Octal | 124 | 133 | 61 | 10 | 0 | 56 | 100 | 106 | 36 | 33 |
| Binary | 1010100 | 1011011 | 110001 | 1000 | 0 | 101110 | 1000000 | 1000110 | 11110 | 11011 |
Color Harmonies of #545B31
Complementary color
Monochromatic Colors of #545B31
Black with #545B31
Text Example
Text Example
White with #545B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B31; }
p { color: rgb(84,91,49); }
H1.HeaderClassName
{
color: #545B31;
}
.AnyTagClassName
{
color: #545B31;
}
</style>
background-color css
<style>
a { background-color: #545B31; }
a { background-color: rgb(84,91,49); }
div.DivClassName
{
background-color: #545B31;
}
.BgClassName
{
background-color: #545B31;
}
</style>
border-color css
<style>
span { border-color: #545B31; }
span { border-color: rgb(84,91,49); }
td.TdClassName
{
border-color: #545B31;
}
.TagClassName
{
border-color: #545B31;
}
</style>