Shades of Saratoga #545A29
Tints of Saratoga #545A29
RGB
CMYK
RGB Variations
Color information
#545A29 (or 0x545A29) is known color: Saratoga. HEX triplet: 54, 5A and 29. RGB value is (84,90,41). Sum of RGB (Red+Green+Blue) = 84+90+41=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #545A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A29 is #ABA5D6. Grayscale: #525252. Windows color (decimal): -11249111 or 2710100. OLE color: 2710100.
HSL color Cylindrical-coordinate representation of color #545A29: hue angle of 67.35º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #545A29 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 41 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.65 |
| HSL | 67.35º | 0.37% | 0.26% | - |
| HSV(B) | 67.35º | 0.54% | 0.35% | - |
| XYZ | 7.71 | 9.36 | 3.5 | - |
| YUV | 82.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 41 | 0.07 | 0 | 0.54 | 0.65 | 67.35 | 0.37 | 0.26 |
| Hex | 54 | 5A | 29 | 7 | 0 | 36 | 41 | 43 | 25 | 1A |
| Octal | 124 | 132 | 51 | 7 | 0 | 66 | 101 | 103 | 45 | 32 |
| Binary | 1010100 | 1011010 | 101001 | 111 | 0 | 110110 | 1000001 | 1000011 | 100101 | 11010 |
Color Harmonies of #545A29
Complementary color
Monochromatic Colors of #545A29
Black with #545A29
Text Example
Text Example
White with #545A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A29; }
p { color: rgb(84,90,41); }
H1.HeaderClassName
{
color: #545A29;
}
.AnyTagClassName
{
color: #545A29;
}
</style>
background-color css
<style>
a { background-color: #545A29; }
a { background-color: rgb(84,90,41); }
div.DivClassName
{
background-color: #545A29;
}
.BgClassName
{
background-color: #545A29;
}
</style>
border-color css
<style>
span { border-color: #545A29; }
span { border-color: rgb(84,90,41); }
td.TdClassName
{
border-color: #545A29;
}
.TagClassName
{
border-color: #545A29;
}
</style>