Shades of Saratoga #545A36
Tints of Saratoga #545A36
RGB
CMYK
RGB Variations
Color information
#545A36 (or 0x545A36) is known color: Saratoga. HEX triplet: 54, 5A and 36. RGB value is (84,90,54). Sum of RGB (Red+Green+Blue) = 84+90+54=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #545A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A36 is #ABA5C9. Grayscale: #545454. Windows color (decimal): -11249098 or 3562068. OLE color: 3562068.
HSL color Cylindrical-coordinate representation of color #545A36: hue angle of 70º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #545A36 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 54 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.65 |
| HSL | 70º | 0.25% | 0.28% | - |
| HSV(B) | 70º | 0.4% | 0.35% | - |
| XYZ | 7.98 | 9.46 | 4.9 | - |
| YUV | 84.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 54 | 0.07 | 0 | 0.40 | 0.65 | 70 | 0.25 | 0.28 |
| Hex | 54 | 5A | 36 | 7 | 0 | 28 | 41 | 46 | 19 | 1C |
| Octal | 124 | 132 | 66 | 7 | 0 | 50 | 101 | 106 | 31 | 34 |
| Binary | 1010100 | 1011010 | 110110 | 111 | 0 | 101000 | 1000001 | 1000110 | 11001 | 11100 |
Color Harmonies of #545A36
Complementary color
Monochromatic Colors of #545A36
Black with #545A36
Text Example
Text Example
White with #545A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A36; }
p { color: rgb(84,90,54); }
H1.HeaderClassName
{
color: #545A36;
}
.AnyTagClassName
{
color: #545A36;
}
</style>
background-color css
<style>
a { background-color: #545A36; }
a { background-color: rgb(84,90,54); }
div.DivClassName
{
background-color: #545A36;
}
.BgClassName
{
background-color: #545A36;
}
</style>
border-color css
<style>
span { border-color: #545A36; }
span { border-color: rgb(84,90,54); }
td.TdClassName
{
border-color: #545A36;
}
.TagClassName
{
border-color: #545A36;
}
</style>