Shades of Saratoga #545A37
Tints of Saratoga #545A37
RGB
CMYK
RGB Variations
Color information
#545A37 (or 0x545A37) is known color: Saratoga. HEX triplet: 54, 5A and 37. RGB value is (84,90,55). Sum of RGB (Red+Green+Blue) = 84+90+55=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #545A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A37 is #ABA5C8. Grayscale: #545454. Windows color (decimal): -11249097 or 3627604. OLE color: 3627604.
HSL color Cylindrical-coordinate representation of color #545A37: hue angle of 70.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #545A37 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 55 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.65 |
| HSL | 70.29º | 0.24% | 0.28% | - |
| HSV(B) | 70.29º | 0.39% | 0.35% | - |
| XYZ | 8 | 9.47 | 5.02 | - |
| YUV | 84.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 55 | 0.07 | 0 | 0.39 | 0.65 | 70.29 | 0.24 | 0.28 |
| Hex | 54 | 5A | 37 | 7 | 0 | 27 | 41 | 46 | 18 | 1C |
| Octal | 124 | 132 | 67 | 7 | 0 | 47 | 101 | 106 | 30 | 34 |
| Binary | 1010100 | 1011010 | 110111 | 111 | 0 | 100111 | 1000001 | 1000110 | 11000 | 11100 |
Color Harmonies of #545A37
Complementary color
Monochromatic Colors of #545A37
Black with #545A37
Text Example
Text Example
White with #545A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A37; }
p { color: rgb(84,90,55); }
H1.HeaderClassName
{
color: #545A37;
}
.AnyTagClassName
{
color: #545A37;
}
</style>
background-color css
<style>
a { background-color: #545A37; }
a { background-color: rgb(84,90,55); }
div.DivClassName
{
background-color: #545A37;
}
.BgClassName
{
background-color: #545A37;
}
</style>
border-color css
<style>
span { border-color: #545A37; }
span { border-color: rgb(84,90,55); }
td.TdClassName
{
border-color: #545A37;
}
.TagClassName
{
border-color: #545A37;
}
</style>