Shades of Saratoga #54602E
Tints of Saratoga #54602E
RGB
CMYK
RGB Variations
Color information
#54602E (or 0x54602E) is known color: Saratoga. HEX triplet: 54, 60 and 2E. RGB value is (84,96,46). Sum of RGB (Red+Green+Blue) = 84+96+46=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #54602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54602E is #AB9FD1. Grayscale: #565656. Windows color (decimal): -11247570 or 3039316. OLE color: 3039316.
HSL color Cylindrical-coordinate representation of color #54602E: hue angle of 74.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54602E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 46 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.62 |
| HSL | 74.4º | 0.35% | 0.28% | - |
| HSV(B) | 74.4º | 0.52% | 0.38% | - |
| XYZ | 8.33 | 10.45 | 4.16 | - |
| YUV | 86.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 46 | 0.12 | 0 | 0.52 | 0.62 | 74.4 | 0.35 | 0.28 |
| Hex | 54 | 60 | 2E | C | 0 | 34 | 3E | 4A | 23 | 1C |
| Octal | 124 | 140 | 56 | 14 | 0 | 64 | 76 | 112 | 43 | 34 |
| Binary | 1010100 | 1100000 | 101110 | 1100 | 0 | 110100 | 111110 | 1001010 | 100011 | 11100 |
Color Harmonies of #54602E
Complementary color
Monochromatic Colors of #54602E
Black with #54602E
Text Example
Text Example
White with #54602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54602E; }
p { color: rgb(84,96,46); }
H1.HeaderClassName
{
color: #54602E;
}
.AnyTagClassName
{
color: #54602E;
}
</style>
background-color css
<style>
a { background-color: #54602E; }
a { background-color: rgb(84,96,46); }
div.DivClassName
{
background-color: #54602E;
}
.BgClassName
{
background-color: #54602E;
}
</style>
border-color css
<style>
span { border-color: #54602E; }
span { border-color: rgb(84,96,46); }
td.TdClassName
{
border-color: #54602E;
}
.TagClassName
{
border-color: #54602E;
}
</style>