Shades of Saratoga #545429
Tints of Saratoga #545429
RGB
CMYK
RGB Variations
Color information
#545429 (or 0x545429) is known color: Saratoga. HEX triplet: 54, 54 and 29. RGB value is (84,84,41). Sum of RGB (Red+Green+Blue) = 84+84+41=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545429 is #ABABD6. Grayscale: #4F4F4F. Windows color (decimal): -11250647 or 2708564. OLE color: 2708564.
HSL color Cylindrical-coordinate representation of color #545429: hue angle of 60º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #545429 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 41 | - |
| CMYK | 0 | 0 | 0.51 | 0.67 |
| HSL | 60º | 0.34% | 0.25% | - |
| HSV(B) | 60º | 0.51% | 0.33% | - |
| XYZ | 7.23 | 8.39 | 3.34 | - |
| YUV | 79.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 41 | 0 | 0 | 0.51 | 0.67 | 60 | 0.34 | 0.25 |
| Hex | 54 | 54 | 29 | 0 | 0 | 33 | 43 | 3C | 22 | 19 |
| Octal | 124 | 124 | 51 | 0 | 0 | 63 | 103 | 74 | 42 | 31 |
| Binary | 1010100 | 1010100 | 101001 | 0 | 0 | 110011 | 1000011 | 111100 | 100010 | 11001 |
Color Harmonies of #545429
Complementary color
Monochromatic Colors of #545429
Black with #545429
Text Example
Text Example
White with #545429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545429; }
p { color: rgb(84,84,41); }
H1.HeaderClassName
{
color: #545429;
}
.AnyTagClassName
{
color: #545429;
}
</style>
background-color css
<style>
a { background-color: #545429; }
a { background-color: rgb(84,84,41); }
div.DivClassName
{
background-color: #545429;
}
.BgClassName
{
background-color: #545429;
}
</style>
border-color css
<style>
span { border-color: #545429; }
span { border-color: rgb(84,84,41); }
td.TdClassName
{
border-color: #545429;
}
.TagClassName
{
border-color: #545429;
}
</style>