Shades of Saratoga #545529
Tints of Saratoga #545529
RGB
CMYK
RGB Variations
Color information
#545529 (or 0x545529) is known color: Saratoga. HEX triplet: 54, 55 and 29. RGB value is (84,85,41). Sum of RGB (Red+Green+Blue) = 84+85+41=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #545529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545529 is #ABAAD6. Grayscale: #4F4F4F. Windows color (decimal): -11250391 or 2708820. OLE color: 2708820.
HSL color Cylindrical-coordinate representation of color #545529: hue angle of 61.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545529 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 41 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.67 |
| HSL | 61.36º | 0.35% | 0.25% | - |
| HSV(B) | 61.36º | 0.52% | 0.33% | - |
| XYZ | 7.3 | 8.54 | 3.36 | - |
| YUV | 79.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 41 | 0.01 | 0 | 0.52 | 0.67 | 61.36 | 0.35 | 0.25 |
| Hex | 54 | 55 | 29 | 1 | 0 | 34 | 43 | 3D | 23 | 19 |
| Octal | 124 | 125 | 51 | 1 | 0 | 64 | 103 | 75 | 43 | 31 |
| Binary | 1010100 | 1010101 | 101001 | 1 | 0 | 110100 | 1000011 | 111101 | 100011 | 11001 |
Color Harmonies of #545529
Complementary color
Monochromatic Colors of #545529
Black with #545529
Text Example
Text Example
White with #545529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545529; }
p { color: rgb(84,85,41); }
H1.HeaderClassName
{
color: #545529;
}
.AnyTagClassName
{
color: #545529;
}
</style>
background-color css
<style>
a { background-color: #545529; }
a { background-color: rgb(84,85,41); }
div.DivClassName
{
background-color: #545529;
}
.BgClassName
{
background-color: #545529;
}
</style>
border-color css
<style>
span { border-color: #545529; }
span { border-color: rgb(84,85,41); }
td.TdClassName
{
border-color: #545529;
}
.TagClassName
{
border-color: #545529;
}
</style>