Shades of Saratoga #54552F
Tints of Saratoga #54552F
RGB
CMYK
RGB Variations
Color information
#54552F (or 0x54552F) is known color: Saratoga. HEX triplet: 54, 55 and 2F. RGB value is (84,85,47). Sum of RGB (Red+Green+Blue) = 84+85+47=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #54552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54552F is #ABAAD0. Grayscale: #505050. Windows color (decimal): -11250385 or 3102036. OLE color: 3102036.
HSL color Cylindrical-coordinate representation of color #54552F: hue angle of 61.58º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54552F is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 47 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.67 |
| HSL | 61.58º | 0.29% | 0.26% | - |
| HSV(B) | 61.58º | 0.45% | 0.33% | - |
| XYZ | 7.42 | 8.59 | 3.96 | - |
| YUV | 80.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 47 | 0.01 | 0 | 0.45 | 0.67 | 61.58 | 0.29 | 0.26 |
| Hex | 54 | 55 | 2F | 1 | 0 | 2D | 43 | 3E | 1D | 1A |
| Octal | 124 | 125 | 57 | 1 | 0 | 55 | 103 | 76 | 35 | 32 |
| Binary | 1010100 | 1010101 | 101111 | 1 | 0 | 101101 | 1000011 | 111110 | 11101 | 11010 |
Color Harmonies of #54552F
Complementary color
Monochromatic Colors of #54552F
Black with #54552F
Text Example
Text Example
White with #54552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54552F; }
p { color: rgb(84,85,47); }
H1.HeaderClassName
{
color: #54552F;
}
.AnyTagClassName
{
color: #54552F;
}
</style>
background-color css
<style>
a { background-color: #54552F; }
a { background-color: rgb(84,85,47); }
div.DivClassName
{
background-color: #54552F;
}
.BgClassName
{
background-color: #54552F;
}
</style>
border-color css
<style>
span { border-color: #54552F; }
span { border-color: rgb(84,85,47); }
td.TdClassName
{
border-color: #54552F;
}
.TagClassName
{
border-color: #54552F;
}
</style>