Shades of Saratoga #545D36
Tints of Saratoga #545D36
RGB
CMYK
RGB Variations
Color information
#545D36 (or 0x545D36) is known color: Saratoga. HEX triplet: 54, 5D and 36. RGB value is (84,93,54). Sum of RGB (Red+Green+Blue) = 84+93+54=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #545D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D36 is #ABA2C9. Grayscale: #565656. Windows color (decimal): -11248330 or 3562836. OLE color: 3562836.
HSL color Cylindrical-coordinate representation of color #545D36: hue angle of 73.85º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #545D36 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 93 | 54 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.64 |
| HSL | 73.85º | 0.27% | 0.29% | - |
| HSV(B) | 73.85º | 0.42% | 0.36% | - |
| XYZ | 8.24 | 9.98 | 4.98 | - |
| YUV | 85.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 54 | 0.10 | 0 | 0.42 | 0.64 | 73.85 | 0.27 | 0.29 |
| Hex | 54 | 5D | 36 | A | 0 | 2A | 40 | 4A | 1B | 1D |
| Octal | 124 | 135 | 66 | 12 | 0 | 52 | 100 | 112 | 33 | 35 |
| Binary | 1010100 | 1011101 | 110110 | 1010 | 0 | 101010 | 1000000 | 1001010 | 11011 | 11101 |
Color Harmonies of #545D36
Complementary color
Monochromatic Colors of #545D36
Black with #545D36
Text Example
Text Example
White with #545D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D36; }
p { color: rgb(84,93,54); }
H1.HeaderClassName
{
color: #545D36;
}
.AnyTagClassName
{
color: #545D36;
}
</style>
background-color css
<style>
a { background-color: #545D36; }
a { background-color: rgb(84,93,54); }
div.DivClassName
{
background-color: #545D36;
}
.BgClassName
{
background-color: #545D36;
}
</style>
border-color css
<style>
span { border-color: #545D36; }
span { border-color: rgb(84,93,54); }
td.TdClassName
{
border-color: #545D36;
}
.TagClassName
{
border-color: #545D36;
}
</style>