Shades of Saddle #554D49
Tints of Saddle #554D49
RGB
CMYK
RGB Variations
Color information
#554D49 (or 0x554D49) is known color: Saddle. HEX triplet: 55, 4D and 49. RGB value is (85,77,73). Sum of RGB (Red+Green+Blue) = 85+77+73=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D49 is #AAB2B6. Grayscale: #4E4E4E. Windows color (decimal): -11186871 or 4803925. OLE color: 4803925.
HSL color Cylindrical-coordinate representation of color #554D49: hue angle of 20º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554D49 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 73 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.67 |
| HSL | 20º | 0.08% | 0.31% | - |
| HSV(B) | 20º | 0.14% | 0.33% | - |
| XYZ | 7.6 | 7.72 | 7.39 | - |
| YUV | 78.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 73 | 0 | 0.09 | 0.14 | 0.67 | 20 | 0.08 | 0.31 |
| Hex | 55 | 4D | 49 | 0 | 9 | E | 43 | 14 | 8 | 1F |
| Octal | 125 | 115 | 111 | 0 | 11 | 16 | 103 | 24 | 10 | 37 |
| Binary | 1010101 | 1001101 | 1001001 | 0 | 1001 | 1110 | 1000011 | 10100 | 1000 | 11111 |
Color Harmonies of #554D49
Complementary color
Monochromatic Colors of #554D49
Black with #554D49
Text Example
Text Example
White with #554D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D49; }
p { color: rgb(85,77,73); }
H1.HeaderClassName
{
color: #554D49;
}
.AnyTagClassName
{
color: #554D49;
}
</style>
background-color css
<style>
a { background-color: #554D49; }
a { background-color: rgb(85,77,73); }
div.DivClassName
{
background-color: #554D49;
}
.BgClassName
{
background-color: #554D49;
}
</style>
border-color css
<style>
span { border-color: #554D49; }
span { border-color: rgb(85,77,73); }
td.TdClassName
{
border-color: #554D49;
}
.TagClassName
{
border-color: #554D49;
}
</style>