Shades of Saratoga #51542C
Tints of Saratoga #51542C
RGB
CMYK
RGB Variations
Color information
#51542C (or 0x51542C) is known color: Saratoga. HEX triplet: 51, 54 and 2C. RGB value is (81,84,44). Sum of RGB (Red+Green+Blue) = 81+84+44=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #51542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51542C is #AEABD3. Grayscale: #4E4E4E. Windows color (decimal): -11447252 or 2905169. OLE color: 2905169.
HSL color Cylindrical-coordinate representation of color #51542C: hue angle of 64.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51542C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 44 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.67 |
| HSL | 64.5º | 0.31% | 0.25% | - |
| HSV(B) | 64.5º | 0.48% | 0.33% | - |
| XYZ | 7.02 | 8.27 | 3.61 | - |
| YUV | 78.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 44 | 0.04 | 0 | 0.48 | 0.67 | 64.5 | 0.31 | 0.25 |
| Hex | 51 | 54 | 2C | 4 | 0 | 30 | 43 | 40 | 1F | 19 |
| Octal | 121 | 124 | 54 | 4 | 0 | 60 | 103 | 100 | 37 | 31 |
| Binary | 1010001 | 1010100 | 101100 | 100 | 0 | 110000 | 1000011 | 1000000 | 11111 | 11001 |
Color Harmonies of #51542C
Complementary color
Monochromatic Colors of #51542C
Black with #51542C
Text Example
Text Example
White with #51542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51542C; }
p { color: rgb(81,84,44); }
H1.HeaderClassName
{
color: #51542C;
}
.AnyTagClassName
{
color: #51542C;
}
</style>
background-color css
<style>
a { background-color: #51542C; }
a { background-color: rgb(81,84,44); }
div.DivClassName
{
background-color: #51542C;
}
.BgClassName
{
background-color: #51542C;
}
</style>
border-color css
<style>
span { border-color: #51542C; }
span { border-color: rgb(81,84,44); }
td.TdClassName
{
border-color: #51542C;
}
.TagClassName
{
border-color: #51542C;
}
</style>