Shades of Saratoga #4D5530
Tints of Saratoga #4D5530
RGB
CMYK
RGB Variations
Color information
#4D5530 (or 0x4D5530) is known color: Saratoga. HEX triplet: 4D, 55 and 30. RGB value is (77,85,48). Sum of RGB (Red+Green+Blue) = 77+85+48=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5530 is #B2AACF. Grayscale: #4E4E4E. Windows color (decimal): -11709136 or 3167565. OLE color: 3167565.
HSL color Cylindrical-coordinate representation of color #4D5530: hue angle of 72.97º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D5530 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 48 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.67 |
| HSL | 72.97º | 0.28% | 0.26% | - |
| HSV(B) | 72.97º | 0.44% | 0.33% | - |
| XYZ | 6.84 | 8.29 | 4.04 | - |
| YUV | 78.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 48 | 0.09 | 0 | 0.44 | 0.67 | 72.97 | 0.28 | 0.26 |
| Hex | 4D | 55 | 30 | 9 | 0 | 2C | 43 | 49 | 1C | 1A |
| Octal | 115 | 125 | 60 | 11 | 0 | 54 | 103 | 111 | 34 | 32 |
| Binary | 1001101 | 1010101 | 110000 | 1001 | 0 | 101100 | 1000011 | 1001001 | 11100 | 11010 |
Color Harmonies of #4D5530
Complementary color
Monochromatic Colors of #4D5530
Black with #4D5530
Text Example
Text Example
White with #4D5530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5530; }
p { color: rgb(77,85,48); }
H1.HeaderClassName
{
color: #4D5530;
}
.AnyTagClassName
{
color: #4D5530;
}
</style>
background-color css
<style>
a { background-color: #4D5530; }
a { background-color: rgb(77,85,48); }
div.DivClassName
{
background-color: #4D5530;
}
.BgClassName
{
background-color: #4D5530;
}
</style>
border-color css
<style>
span { border-color: #4D5530; }
span { border-color: rgb(77,85,48); }
td.TdClassName
{
border-color: #4D5530;
}
.TagClassName
{
border-color: #4D5530;
}
</style>