Shades of Saratoga #4D542C
Tints of Saratoga #4D542C
RGB
CMYK
RGB Variations
Color information
#4D542C (or 0x4D542C) is known color: Saratoga. HEX triplet: 4D, 54 and 2C. RGB value is (77,84,44). Sum of RGB (Red+Green+Blue) = 77+84+44=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #4D542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D542C is #B2ABD3. Grayscale: #4D4D4D. Windows color (decimal): -11709396 or 2905165. OLE color: 2905165.
HSL color Cylindrical-coordinate representation of color #4D542C: hue angle of 70.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 #4D542C is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 44 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.67 |
| HSL | 70.5º | 0.31% | 0.25% | - |
| HSV(B) | 70.5º | 0.48% | 0.33% | - |
| XYZ | 6.69 | 8.1 | 3.59 | - |
| YUV | 77.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 44 | 0.08 | 0 | 0.48 | 0.67 | 70.5 | 0.31 | 0.25 |
| Hex | 4D | 54 | 2C | 8 | 0 | 30 | 43 | 46 | 1F | 19 |
| Octal | 115 | 124 | 54 | 10 | 0 | 60 | 103 | 106 | 37 | 31 |
| Binary | 1001101 | 1010100 | 101100 | 1000 | 0 | 110000 | 1000011 | 1000110 | 11111 | 11001 |
Color Harmonies of #4D542C
Complementary color
Monochromatic Colors of #4D542C
Black with #4D542C
Text Example
Text Example
White with #4D542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D542C; }
p { color: rgb(77,84,44); }
H1.HeaderClassName
{
color: #4D542C;
}
.AnyTagClassName
{
color: #4D542C;
}
</style>
background-color css
<style>
a { background-color: #4D542C; }
a { background-color: rgb(77,84,44); }
div.DivClassName
{
background-color: #4D542C;
}
.BgClassName
{
background-color: #4D542C;
}
</style>
border-color css
<style>
span { border-color: #4D542C; }
span { border-color: rgb(77,84,44); }
td.TdClassName
{
border-color: #4D542C;
}
.TagClassName
{
border-color: #4D542C;
}
</style>