Shades of Saratoga #545A2B
Tints of Saratoga #545A2B
RGB
CMYK
RGB Variations
Color information
#545A2B (or 0x545A2B) is known color: Saratoga. HEX triplet: 54, 5A and 2B. RGB value is (84,90,43). Sum of RGB (Red+Green+Blue) = 84+90+43=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #545A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A2B is #ABA5D4. Grayscale: #535353. Windows color (decimal): -11249109 or 2841172. OLE color: 2841172.
HSL color Cylindrical-coordinate representation of color #545A2B: hue angle of 67.66º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545A2B is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 43 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.65 |
| HSL | 67.66º | 0.35% | 0.26% | - |
| HSV(B) | 67.66º | 0.52% | 0.35% | - |
| XYZ | 7.75 | 9.37 | 3.69 | - |
| YUV | 82.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 43 | 0.07 | 0 | 0.52 | 0.65 | 67.66 | 0.35 | 0.26 |
| Hex | 54 | 5A | 2B | 7 | 0 | 34 | 41 | 44 | 23 | 1A |
| Octal | 124 | 132 | 53 | 7 | 0 | 64 | 101 | 104 | 43 | 32 |
| Binary | 1010100 | 1011010 | 101011 | 111 | 0 | 110100 | 1000001 | 1000100 | 100011 | 11010 |
Color Harmonies of #545A2B
Complementary color
Monochromatic Colors of #545A2B
Black with #545A2B
Text Example
Text Example
White with #545A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A2B; }
p { color: rgb(84,90,43); }
H1.HeaderClassName
{
color: #545A2B;
}
.AnyTagClassName
{
color: #545A2B;
}
</style>
background-color css
<style>
a { background-color: #545A2B; }
a { background-color: rgb(84,90,43); }
div.DivClassName
{
background-color: #545A2B;
}
.BgClassName
{
background-color: #545A2B;
}
</style>
border-color css
<style>
span { border-color: #545A2B; }
span { border-color: rgb(84,90,43); }
td.TdClassName
{
border-color: #545A2B;
}
.TagClassName
{
border-color: #545A2B;
}
</style>