Shades of Saratoga #54562F
Tints of Saratoga #54562F
RGB
CMYK
RGB Variations
Color information
#54562F (or 0x54562F) is known color: Saratoga. HEX triplet: 54, 56 and 2F. RGB value is (84,86,47). Sum of RGB (Red+Green+Blue) = 84+86+47=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #54562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54562F is #ABA9D0. Grayscale: #515151. Windows color (decimal): -11250129 or 3102292. OLE color: 3102292.
HSL color Cylindrical-coordinate representation of color #54562F: hue angle of 63.08º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54562F is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 47 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.66 |
| HSL | 63.08º | 0.29% | 0.26% | - |
| HSV(B) | 63.08º | 0.45% | 0.34% | - |
| XYZ | 7.5 | 8.75 | 3.98 | - |
| YUV | 80.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 47 | 0.02 | 0 | 0.45 | 0.66 | 63.08 | 0.29 | 0.26 |
| Hex | 54 | 56 | 2F | 2 | 0 | 2D | 42 | 3F | 1D | 1A |
| Octal | 124 | 126 | 57 | 2 | 0 | 55 | 102 | 77 | 35 | 32 |
| Binary | 1010100 | 1010110 | 101111 | 10 | 0 | 101101 | 1000010 | 111111 | 11101 | 11010 |
Color Harmonies of #54562F
Complementary color
Monochromatic Colors of #54562F
Black with #54562F
Text Example
Text Example
White with #54562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54562F; }
p { color: rgb(84,86,47); }
H1.HeaderClassName
{
color: #54562F;
}
.AnyTagClassName
{
color: #54562F;
}
</style>
background-color css
<style>
a { background-color: #54562F; }
a { background-color: rgb(84,86,47); }
div.DivClassName
{
background-color: #54562F;
}
.BgClassName
{
background-color: #54562F;
}
</style>
border-color css
<style>
span { border-color: #54562F; }
span { border-color: rgb(84,86,47); }
td.TdClassName
{
border-color: #54562F;
}
.TagClassName
{
border-color: #54562F;
}
</style>