Shades of Saddle #5D5148
Tints of Saddle #5D5148
RGB
CMYK
RGB Variations
Color information
#5D5148 (or 0x5D5148) is known color: Saddle. HEX triplet: 5D, 51 and 48. RGB value is (93,81,72). Sum of RGB (Red+Green+Blue) = 93+81+72=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5148 is #A2AEB7. Grayscale: #535353. Windows color (decimal): -10661560 or 4739421. OLE color: 4739421.
HSL color Cylindrical-coordinate representation of color #5D5148: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D5148 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 81 | 72 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.64 |
| HSL | 25.71º | 0.13% | 0.32% | - |
| HSV(B) | 25.71º | 0.23% | 0.36% | - |
| XYZ | 8.63 | 8.68 | 7.35 | - |
| YUV | 83.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 72 | 0 | 0.13 | 0.23 | 0.64 | 25.71 | 0.13 | 0.32 |
| Hex | 5D | 51 | 48 | 0 | D | 17 | 40 | 1A | D | 20 |
| Octal | 135 | 121 | 110 | 0 | 15 | 27 | 100 | 32 | 15 | 40 |
| Binary | 1011101 | 1010001 | 1001000 | 0 | 1101 | 10111 | 1000000 | 11010 | 1101 | 100000 |
Color Harmonies of #5D5148
Complementary color
Monochromatic Colors of #5D5148
Black with #5D5148
Text Example
Text Example
White with #5D5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5148; }
p { color: rgb(93,81,72); }
H1.HeaderClassName
{
color: #5D5148;
}
.AnyTagClassName
{
color: #5D5148;
}
</style>
background-color css
<style>
a { background-color: #5D5148; }
a { background-color: rgb(93,81,72); }
div.DivClassName
{
background-color: #5D5148;
}
.BgClassName
{
background-color: #5D5148;
}
</style>
border-color css
<style>
span { border-color: #5D5148; }
span { border-color: rgb(93,81,72); }
td.TdClassName
{
border-color: #5D5148;
}
.TagClassName
{
border-color: #5D5148;
}
</style>