Shades of Saratoga #545C36
Tints of Saratoga #545C36
RGB
CMYK
RGB Variations
Color information
#545C36 (or 0x545C36) is known color: Saratoga. HEX triplet: 54, 5C and 36. RGB value is (84,92,54). Sum of RGB (Red+Green+Blue) = 84+92+54=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #545C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C36 is #ABA3C9. Grayscale: #555555. Windows color (decimal): -11248586 or 3562580. OLE color: 3562580.
HSL color Cylindrical-coordinate representation of color #545C36: hue angle of 72.63º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #545C36 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 54 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.64 |
| HSL | 72.63º | 0.26% | 0.29% | - |
| HSV(B) | 72.63º | 0.41% | 0.36% | - |
| XYZ | 8.15 | 9.81 | 4.95 | - |
| YUV | 85.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 54 | 0.09 | 0 | 0.41 | 0.64 | 72.63 | 0.26 | 0.29 |
| Hex | 54 | 5C | 36 | 9 | 0 | 29 | 40 | 49 | 1A | 1D |
| Octal | 124 | 134 | 66 | 11 | 0 | 51 | 100 | 111 | 32 | 35 |
| Binary | 1010100 | 1011100 | 110110 | 1001 | 0 | 101001 | 1000000 | 1001001 | 11010 | 11101 |
Color Harmonies of #545C36
Complementary color
Monochromatic Colors of #545C36
Black with #545C36
Text Example
Text Example
White with #545C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C36; }
p { color: rgb(84,92,54); }
H1.HeaderClassName
{
color: #545C36;
}
.AnyTagClassName
{
color: #545C36;
}
</style>
background-color css
<style>
a { background-color: #545C36; }
a { background-color: rgb(84,92,54); }
div.DivClassName
{
background-color: #545C36;
}
.BgClassName
{
background-color: #545C36;
}
</style>
border-color css
<style>
span { border-color: #545C36; }
span { border-color: rgb(84,92,54); }
td.TdClassName
{
border-color: #545C36;
}
.TagClassName
{
border-color: #545C36;
}
</style>