Shades of Saratoga #545528
Tints of Saratoga #545528
RGB
CMYK
RGB Variations
Color information
#545528 (or 0x545528) is known color: Saratoga. HEX triplet: 54, 55 and 28. RGB value is (84,85,40). Sum of RGB (Red+Green+Blue) = 84+85+40=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #545528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545528 is #ABAAD7. Grayscale: #4F4F4F. Windows color (decimal): -11250392 or 2643284. OLE color: 2643284.
HSL color Cylindrical-coordinate representation of color #545528: hue angle of 61.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545528 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 40 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.67 |
| HSL | 61.33º | 0.36% | 0.25% | - |
| HSV(B) | 61.33º | 0.53% | 0.33% | - |
| XYZ | 7.29 | 8.54 | 3.27 | - |
| YUV | 79.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 40 | 0.01 | 0 | 0.53 | 0.67 | 61.33 | 0.36 | 0.25 |
| Hex | 54 | 55 | 28 | 1 | 0 | 35 | 43 | 3D | 24 | 19 |
| Octal | 124 | 125 | 50 | 1 | 0 | 65 | 103 | 75 | 44 | 31 |
| Binary | 1010100 | 1010101 | 101000 | 1 | 0 | 110101 | 1000011 | 111101 | 100100 | 11001 |
Color Harmonies of #545528
Complementary color
Monochromatic Colors of #545528
Black with #545528
Text Example
Text Example
White with #545528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545528; }
p { color: rgb(84,85,40); }
H1.HeaderClassName
{
color: #545528;
}
.AnyTagClassName
{
color: #545528;
}
</style>
background-color css
<style>
a { background-color: #545528; }
a { background-color: rgb(84,85,40); }
div.DivClassName
{
background-color: #545528;
}
.BgClassName
{
background-color: #545528;
}
</style>
border-color css
<style>
span { border-color: #545528; }
span { border-color: rgb(84,85,40); }
td.TdClassName
{
border-color: #545528;
}
.TagClassName
{
border-color: #545528;
}
</style>