Shades of Saddle #5D4E49
Tints of Saddle #5D4E49
RGB
CMYK
RGB Variations
Color information
#5D4E49 (or 0x5D4E49) is known color: Saddle. HEX triplet: 5D, 4E and 49. RGB value is (93,78,73). Sum of RGB (Red+Green+Blue) = 93+78+73=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4E49 is #A2B1B6. Grayscale: #515151. Windows color (decimal): -10662327 or 4804189. OLE color: 4804189.
HSL color Cylindrical-coordinate representation of color #5D4E49: hue angle of 15º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D4E49 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 78 | 73 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.64 |
| HSL | 15º | 0.12% | 0.33% | - |
| HSV(B) | 15º | 0.22% | 0.36% | - |
| XYZ | 8.44 | 8.26 | 7.45 | - |
| YUV | 81.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 73 | 0 | 0.16 | 0.22 | 0.64 | 15 | 0.12 | 0.33 |
| Hex | 5D | 4E | 49 | 0 | 10 | 16 | 40 | F | C | 21 |
| Octal | 135 | 116 | 111 | 0 | 20 | 26 | 100 | 17 | 14 | 41 |
| Binary | 1011101 | 1001110 | 1001001 | 0 | 10000 | 10110 | 1000000 | 1111 | 1100 | 100001 |
Color Harmonies of #5D4E49
Complementary color
Monochromatic Colors of #5D4E49
Black with #5D4E49
Text Example
Text Example
White with #5D4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E49; }
p { color: rgb(93,78,73); }
H1.HeaderClassName
{
color: #5D4E49;
}
.AnyTagClassName
{
color: #5D4E49;
}
</style>
background-color css
<style>
a { background-color: #5D4E49; }
a { background-color: rgb(93,78,73); }
div.DivClassName
{
background-color: #5D4E49;
}
.BgClassName
{
background-color: #5D4E49;
}
</style>
border-color css
<style>
span { border-color: #5D4E49; }
span { border-color: rgb(93,78,73); }
td.TdClassName
{
border-color: #5D4E49;
}
.TagClassName
{
border-color: #5D4E49;
}
</style>