Shades of Saratoga #54601E
Tints of Saratoga #54601E
RGB
CMYK
RGB Variations
Color information
#54601E (or 0x54601E) is known color: Saratoga. HEX triplet: 54, 60 and 1E. RGB value is (84,96,30). Sum of RGB (Red+Green+Blue) = 84+96+30=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #54601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54601E is #AB9FE1. Grayscale: #555555. Windows color (decimal): -11247586 or 1990740. OLE color: 1990740.
HSL color Cylindrical-coordinate representation of color #54601E: hue angle of 70.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54601E is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 30 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.62 |
| HSL | 70.91º | 0.52% | 0.25% | - |
| HSV(B) | 70.91º | 0.69% | 0.38% | - |
| XYZ | 8.07 | 10.34 | 2.8 | - |
| YUV | 84.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 30 | 0.12 | 0 | 0.69 | 0.62 | 70.91 | 0.52 | 0.25 |
| Hex | 54 | 60 | 1E | C | 0 | 45 | 3E | 47 | 34 | 19 |
| Octal | 124 | 140 | 36 | 14 | 0 | 105 | 76 | 107 | 64 | 31 |
| Binary | 1010100 | 1100000 | 11110 | 1100 | 0 | 1000101 | 111110 | 1000111 | 110100 | 11001 |
Color Harmonies of #54601E
Complementary color
Monochromatic Colors of #54601E
Black with #54601E
Text Example
Text Example
White with #54601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54601E; }
p { color: rgb(84,96,30); }
H1.HeaderClassName
{
color: #54601E;
}
.AnyTagClassName
{
color: #54601E;
}
</style>
background-color css
<style>
a { background-color: #54601E; }
a { background-color: rgb(84,96,30); }
div.DivClassName
{
background-color: #54601E;
}
.BgClassName
{
background-color: #54601E;
}
</style>
border-color css
<style>
span { border-color: #54601E; }
span { border-color: rgb(84,96,30); }
td.TdClassName
{
border-color: #54601E;
}
.TagClassName
{
border-color: #54601E;
}
</style>