Shades of Saratoga #545F2E
Tints of Saratoga #545F2E
RGB
CMYK
RGB Variations
Color information
#545F2E (or 0x545F2E) is known color: Saratoga. HEX triplet: 54, 5F and 2E. RGB value is (84,95,46). Sum of RGB (Red+Green+Blue) = 84+95+46=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #545F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F2E is #ABA0D1. Grayscale: #565656. Windows color (decimal): -11247826 or 3039060. OLE color: 3039060.
HSL color Cylindrical-coordinate representation of color #545F2E: hue angle of 73.47º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545F2E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 95 | 46 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.63 |
| HSL | 73.47º | 0.35% | 0.28% | - |
| HSV(B) | 73.47º | 0.52% | 0.37% | - |
| XYZ | 8.24 | 10.27 | 4.13 | - |
| YUV | 86.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 46 | 0.12 | 0 | 0.52 | 0.63 | 73.47 | 0.35 | 0.28 |
| Hex | 54 | 5F | 2E | C | 0 | 34 | 3F | 49 | 23 | 1C |
| Octal | 124 | 137 | 56 | 14 | 0 | 64 | 77 | 111 | 43 | 34 |
| Binary | 1010100 | 1011111 | 101110 | 1100 | 0 | 110100 | 111111 | 1001001 | 100011 | 11100 |
Color Harmonies of #545F2E
Complementary color
Monochromatic Colors of #545F2E
Black with #545F2E
Text Example
Text Example
White with #545F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F2E; }
p { color: rgb(84,95,46); }
H1.HeaderClassName
{
color: #545F2E;
}
.AnyTagClassName
{
color: #545F2E;
}
</style>
background-color css
<style>
a { background-color: #545F2E; }
a { background-color: rgb(84,95,46); }
div.DivClassName
{
background-color: #545F2E;
}
.BgClassName
{
background-color: #545F2E;
}
</style>
border-color css
<style>
span { border-color: #545F2E; }
span { border-color: rgb(84,95,46); }
td.TdClassName
{
border-color: #545F2E;
}
.TagClassName
{
border-color: #545F2E;
}
</style>