Shades of Saratoga #54592B
Tints of Saratoga #54592B
RGB
CMYK
RGB Variations
Color information
#54592B (or 0x54592B) is known color: Saratoga. HEX triplet: 54, 59 and 2B. RGB value is (84,89,43). Sum of RGB (Red+Green+Blue) = 84+89+43=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #54592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54592B is #ABA6D4. Grayscale: #525252. Windows color (decimal): -11249365 or 2840916. OLE color: 2840916.
HSL color Cylindrical-coordinate representation of color #54592B: hue angle of 66.52º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54592B is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 43 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.65 |
| HSL | 66.52º | 0.35% | 0.26% | - |
| HSV(B) | 66.52º | 0.52% | 0.35% | - |
| XYZ | 7.66 | 9.2 | 3.66 | - |
| YUV | 82.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 43 | 0.06 | 0 | 0.52 | 0.65 | 66.52 | 0.35 | 0.26 |
| Hex | 54 | 59 | 2B | 6 | 0 | 34 | 41 | 43 | 23 | 1A |
| Octal | 124 | 131 | 53 | 6 | 0 | 64 | 101 | 103 | 43 | 32 |
| Binary | 1010100 | 1011001 | 101011 | 110 | 0 | 110100 | 1000001 | 1000011 | 100011 | 11010 |
Color Harmonies of #54592B
Complementary color
Monochromatic Colors of #54592B
Black with #54592B
Text Example
Text Example
White with #54592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54592B; }
p { color: rgb(84,89,43); }
H1.HeaderClassName
{
color: #54592B;
}
.AnyTagClassName
{
color: #54592B;
}
</style>
background-color css
<style>
a { background-color: #54592B; }
a { background-color: rgb(84,89,43); }
div.DivClassName
{
background-color: #54592B;
}
.BgClassName
{
background-color: #54592B;
}
</style>
border-color css
<style>
span { border-color: #54592B; }
span { border-color: rgb(84,89,43); }
td.TdClassName
{
border-color: #54592B;
}
.TagClassName
{
border-color: #54592B;
}
</style>