Shades of Saddle #5B4741
Tints of Saddle #5B4741
RGB
CMYK
RGB Variations
Color information
#5B4741 (or 0x5B4741) is known color: Saddle. HEX triplet: 5B, 47 and 41. RGB value is (91,71,65). Sum of RGB (Red+Green+Blue) = 91+71+65=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4741 is #A4B8BE. Grayscale: #4C4C4C. Windows color (decimal): -10795199 or 4278107. OLE color: 4278107.
HSL color Cylindrical-coordinate representation of color #5B4741: hue angle of 13.85º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B4741 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 65 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.64 |
| HSL | 13.85º | 0.17% | 0.31% | - |
| HSV(B) | 13.85º | 0.29% | 0.36% | - |
| XYZ | 7.52 | 7.11 | 5.98 | - |
| YUV | 76.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 65 | 0 | 0.22 | 0.29 | 0.64 | 13.85 | 0.17 | 0.31 |
| Hex | 5B | 47 | 41 | 0 | 16 | 1D | 40 | E | 11 | 1F |
| Octal | 133 | 107 | 101 | 0 | 26 | 35 | 100 | 16 | 21 | 37 |
| Binary | 1011011 | 1000111 | 1000001 | 0 | 10110 | 11101 | 1000000 | 1110 | 10001 | 11111 |
Color Harmonies of #5B4741
Complementary color
Monochromatic Colors of #5B4741
Black with #5B4741
Text Example
Text Example
White with #5B4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4741; }
p { color: rgb(91,71,65); }
H1.HeaderClassName
{
color: #5B4741;
}
.AnyTagClassName
{
color: #5B4741;
}
</style>
background-color css
<style>
a { background-color: #5B4741; }
a { background-color: rgb(91,71,65); }
div.DivClassName
{
background-color: #5B4741;
}
.BgClassName
{
background-color: #5B4741;
}
</style>
border-color css
<style>
span { border-color: #5B4741; }
span { border-color: rgb(91,71,65); }
td.TdClassName
{
border-color: #5B4741;
}
.TagClassName
{
border-color: #5B4741;
}
</style>