Shades of Saratoga #54582B
Tints of Saratoga #54582B
RGB
CMYK
RGB Variations
Color information
#54582B (or 0x54582B) is known color: Saratoga. HEX triplet: 54, 58 and 2B. RGB value is (84,88,43). Sum of RGB (Red+Green+Blue) = 84+88+43=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #54582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54582B is #ABA7D4. Grayscale: #515151. Windows color (decimal): -11249621 or 2840660. OLE color: 2840660.
HSL color Cylindrical-coordinate representation of color #54582B: hue angle of 65.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54582B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 88 | 43 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.65 |
| HSL | 65.33º | 0.34% | 0.26% | - |
| HSV(B) | 65.33º | 0.51% | 0.35% | - |
| XYZ | 7.58 | 9.04 | 3.63 | - |
| YUV | 81.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 43 | 0.05 | 0 | 0.51 | 0.65 | 65.33 | 0.34 | 0.26 |
| Hex | 54 | 58 | 2B | 5 | 0 | 33 | 41 | 41 | 22 | 1A |
| Octal | 124 | 130 | 53 | 5 | 0 | 63 | 101 | 101 | 42 | 32 |
| Binary | 1010100 | 1011000 | 101011 | 101 | 0 | 110011 | 1000001 | 1000001 | 100010 | 11010 |
Color Harmonies of #54582B
Complementary color
Monochromatic Colors of #54582B
Black with #54582B
Text Example
Text Example
White with #54582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54582B; }
p { color: rgb(84,88,43); }
H1.HeaderClassName
{
color: #54582B;
}
.AnyTagClassName
{
color: #54582B;
}
</style>
background-color css
<style>
a { background-color: #54582B; }
a { background-color: rgb(84,88,43); }
div.DivClassName
{
background-color: #54582B;
}
.BgClassName
{
background-color: #54582B;
}
</style>
border-color css
<style>
span { border-color: #54582B; }
span { border-color: rgb(84,88,43); }
td.TdClassName
{
border-color: #54582B;
}
.TagClassName
{
border-color: #54582B;
}
</style>