Shades of Saratoga #54572F
Tints of Saratoga #54572F
RGB
CMYK
RGB Variations
Color information
#54572F (or 0x54572F) is known color: Saratoga. HEX triplet: 54, 57 and 2F. RGB value is (84,87,47). Sum of RGB (Red+Green+Blue) = 84+87+47=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #54572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54572F is #ABA8D0. Grayscale: #515151. Windows color (decimal): -11249873 or 3102548. OLE color: 3102548.
HSL color Cylindrical-coordinate representation of color #54572F: hue angle of 64.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54572F is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 47 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.66 |
| HSL | 64.5º | 0.3% | 0.26% | - |
| HSV(B) | 64.5º | 0.46% | 0.34% | - |
| XYZ | 7.58 | 8.91 | 4.01 | - |
| YUV | 81.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 47 | 0.03 | 0 | 0.46 | 0.66 | 64.5 | 0.3 | 0.26 |
| Hex | 54 | 57 | 2F | 3 | 0 | 2E | 42 | 40 | 1E | 1A |
| Octal | 124 | 127 | 57 | 3 | 0 | 56 | 102 | 100 | 36 | 32 |
| Binary | 1010100 | 1010111 | 101111 | 11 | 0 | 101110 | 1000010 | 1000000 | 11110 | 11010 |
Color Harmonies of #54572F
Complementary color
Monochromatic Colors of #54572F
Black with #54572F
Text Example
Text Example
White with #54572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54572F; }
p { color: rgb(84,87,47); }
H1.HeaderClassName
{
color: #54572F;
}
.AnyTagClassName
{
color: #54572F;
}
</style>
background-color css
<style>
a { background-color: #54572F; }
a { background-color: rgb(84,87,47); }
div.DivClassName
{
background-color: #54572F;
}
.BgClassName
{
background-color: #54572F;
}
</style>
border-color css
<style>
span { border-color: #54572F; }
span { border-color: rgb(84,87,47); }
td.TdClassName
{
border-color: #54572F;
}
.TagClassName
{
border-color: #54572F;
}
</style>