Shades of Saratoga #545E28
Tints of Saratoga #545E28
RGB
CMYK
RGB Variations
Color information
#545E28 (or 0x545E28) is known color: Saratoga. HEX triplet: 54, 5E and 28. RGB value is (84,94,40). Sum of RGB (Red+Green+Blue) = 84+94+40=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #545E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545E28 is #ABA1D7. Grayscale: #555555. Windows color (decimal): -11248088 or 2645588. OLE color: 2645588.
HSL color Cylindrical-coordinate representation of color #545E28: hue angle of 71.11º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #545E28 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 94 | 40 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.63 |
| HSL | 71.11º | 0.4% | 0.26% | - |
| HSV(B) | 71.11º | 0.57% | 0.37% | - |
| XYZ | 8.04 | 10.04 | 3.52 | - |
| YUV | 84.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 40 | 0.11 | 0 | 0.57 | 0.63 | 71.11 | 0.4 | 0.26 |
| Hex | 54 | 5E | 28 | B | 0 | 39 | 3F | 47 | 28 | 1A |
| Octal | 124 | 136 | 50 | 13 | 0 | 71 | 77 | 107 | 50 | 32 |
| Binary | 1010100 | 1011110 | 101000 | 1011 | 0 | 111001 | 111111 | 1000111 | 101000 | 11010 |
Color Harmonies of #545E28
Complementary color
Monochromatic Colors of #545E28
Black with #545E28
Text Example
Text Example
White with #545E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E28; }
p { color: rgb(84,94,40); }
H1.HeaderClassName
{
color: #545E28;
}
.AnyTagClassName
{
color: #545E28;
}
</style>
background-color css
<style>
a { background-color: #545E28; }
a { background-color: rgb(84,94,40); }
div.DivClassName
{
background-color: #545E28;
}
.BgClassName
{
background-color: #545E28;
}
</style>
border-color css
<style>
span { border-color: #545E28; }
span { border-color: rgb(84,94,40); }
td.TdClassName
{
border-color: #545E28;
}
.TagClassName
{
border-color: #545E28;
}
</style>