Shades of Saddle #5B4E47
Tints of Saddle #5B4E47
RGB
CMYK
RGB Variations
Color information
#5B4E47 (or 0x5B4E47) is known color: Saddle. HEX triplet: 5B, 4E and 47. RGB value is (91,78,71). Sum of RGB (Red+Green+Blue) = 91+78+71=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4E47 is #A4B1B8. Grayscale: #515151. Windows color (decimal): -10793401 or 4673115. OLE color: 4673115.
HSL color Cylindrical-coordinate representation of color #5B4E47: hue angle of 21º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B4E47 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 71 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.64 |
| HSL | 21º | 0.12% | 0.32% | - |
| HSV(B) | 21º | 0.22% | 0.36% | - |
| XYZ | 8.18 | 8.13 | 7.1 | - |
| YUV | 81.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 71 | 0 | 0.14 | 0.22 | 0.64 | 21 | 0.12 | 0.32 |
| Hex | 5B | 4E | 47 | 0 | E | 16 | 40 | 15 | C | 20 |
| Octal | 133 | 116 | 107 | 0 | 16 | 26 | 100 | 25 | 14 | 40 |
| Binary | 1011011 | 1001110 | 1000111 | 0 | 1110 | 10110 | 1000000 | 10101 | 1100 | 100000 |
Color Harmonies of #5B4E47
Complementary color
Monochromatic Colors of #5B4E47
Black with #5B4E47
Text Example
Text Example
White with #5B4E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E47; }
p { color: rgb(91,78,71); }
H1.HeaderClassName
{
color: #5B4E47;
}
.AnyTagClassName
{
color: #5B4E47;
}
</style>
background-color css
<style>
a { background-color: #5B4E47; }
a { background-color: rgb(91,78,71); }
div.DivClassName
{
background-color: #5B4E47;
}
.BgClassName
{
background-color: #5B4E47;
}
</style>
border-color css
<style>
span { border-color: #5B4E47; }
span { border-color: rgb(91,78,71); }
td.TdClassName
{
border-color: #5B4E47;
}
.TagClassName
{
border-color: #5B4E47;
}
</style>