Shades of Saratoga #54552C
Tints of Saratoga #54552C
RGB
CMYK
RGB Variations
Color information
#54552C (or 0x54552C) is known color: Saratoga. HEX triplet: 54, 55 and 2C. RGB value is (84,85,44). Sum of RGB (Red+Green+Blue) = 84+85+44=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #54552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54552C is #ABAAD3. Grayscale: #505050. Windows color (decimal): -11250388 or 2905428. OLE color: 2905428.
HSL color Cylindrical-coordinate representation of color #54552C: hue angle of 61.46º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54552C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 44 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.67 |
| HSL | 61.46º | 0.32% | 0.25% | - |
| HSV(B) | 61.46º | 0.48% | 0.33% | - |
| XYZ | 7.36 | 8.56 | 3.65 | - |
| YUV | 80.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 44 | 0.01 | 0 | 0.48 | 0.67 | 61.46 | 0.32 | 0.25 |
| Hex | 54 | 55 | 2C | 1 | 0 | 30 | 43 | 3D | 20 | 19 |
| Octal | 124 | 125 | 54 | 1 | 0 | 60 | 103 | 75 | 40 | 31 |
| Binary | 1010100 | 1010101 | 101100 | 1 | 0 | 110000 | 1000011 | 111101 | 100000 | 11001 |
Color Harmonies of #54552C
Complementary color
Monochromatic Colors of #54552C
Black with #54552C
Text Example
Text Example
White with #54552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54552C; }
p { color: rgb(84,85,44); }
H1.HeaderClassName
{
color: #54552C;
}
.AnyTagClassName
{
color: #54552C;
}
</style>
background-color css
<style>
a { background-color: #54552C; }
a { background-color: rgb(84,85,44); }
div.DivClassName
{
background-color: #54552C;
}
.BgClassName
{
background-color: #54552C;
}
</style>
border-color css
<style>
span { border-color: #54552C; }
span { border-color: rgb(84,85,44); }
td.TdClassName
{
border-color: #54552C;
}
.TagClassName
{
border-color: #54552C;
}
</style>