Shades of Saratoga #54631E
Tints of Saratoga #54631E
RGB
CMYK
RGB Variations
Color information
#54631E (or 0x54631E) is known color: Saratoga. HEX triplet: 54, 63 and 1E. RGB value is (84,99,30). Sum of RGB (Red+Green+Blue) = 84+99+30=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #54631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54631E is #AB9CE1. Grayscale: #565656. Windows color (decimal): -11246818 or 1991508. OLE color: 1991508.
HSL color Cylindrical-coordinate representation of color #54631E: hue angle of 73.04º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54631E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 99 | 30 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.61 |
| HSL | 73.04º | 0.53% | 0.25% | - |
| HSV(B) | 73.04º | 0.7% | 0.39% | - |
| XYZ | 8.35 | 10.9 | 2.89 | - |
| YUV | 86.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 30 | 0.15 | 0 | 0.70 | 0.61 | 73.04 | 0.53 | 0.25 |
| Hex | 54 | 63 | 1E | F | 0 | 46 | 3D | 49 | 35 | 19 |
| Octal | 124 | 143 | 36 | 17 | 0 | 106 | 75 | 111 | 65 | 31 |
| Binary | 1010100 | 1100011 | 11110 | 1111 | 0 | 1000110 | 111101 | 1001001 | 110101 | 11001 |
Color Harmonies of #54631E
Complementary color
Monochromatic Colors of #54631E
Black with #54631E
Text Example
Text Example
White with #54631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54631E; }
p { color: rgb(84,99,30); }
H1.HeaderClassName
{
color: #54631E;
}
.AnyTagClassName
{
color: #54631E;
}
</style>
background-color css
<style>
a { background-color: #54631E; }
a { background-color: rgb(84,99,30); }
div.DivClassName
{
background-color: #54631E;
}
.BgClassName
{
background-color: #54631E;
}
</style>
border-color css
<style>
span { border-color: #54631E; }
span { border-color: rgb(84,99,30); }
td.TdClassName
{
border-color: #54631E;
}
.TagClassName
{
border-color: #54631E;
}
</style>