Shades of Saddle #5B4941
Tints of Saddle #5B4941
RGB
CMYK
RGB Variations
Color information
#5B4941 (or 0x5B4941) is known color: Saddle. HEX triplet: 5B, 49 and 41. RGB value is (91,73,65). Sum of RGB (Red+Green+Blue) = 91+73+65=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4941 is #A4B6BE. Grayscale: #4D4D4D. Windows color (decimal): -10794687 or 4278619. OLE color: 4278619.
HSL color Cylindrical-coordinate representation of color #5B4941: hue angle of 18.46º 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 #5B4941 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 65 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.64 |
| HSL | 18.46º | 0.17% | 0.31% | - |
| HSV(B) | 18.46º | 0.29% | 0.36% | - |
| XYZ | 7.65 | 7.37 | 6.02 | - |
| YUV | 77.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 65 | 0 | 0.20 | 0.29 | 0.64 | 18.46 | 0.17 | 0.31 |
| Hex | 5B | 49 | 41 | 0 | 14 | 1D | 40 | 12 | 11 | 1F |
| Octal | 133 | 111 | 101 | 0 | 24 | 35 | 100 | 22 | 21 | 37 |
| Binary | 1011011 | 1001001 | 1000001 | 0 | 10100 | 11101 | 1000000 | 10010 | 10001 | 11111 |
Color Harmonies of #5B4941
Complementary color
Monochromatic Colors of #5B4941
Black with #5B4941
Text Example
Text Example
White with #5B4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4941; }
p { color: rgb(91,73,65); }
H1.HeaderClassName
{
color: #5B4941;
}
.AnyTagClassName
{
color: #5B4941;
}
</style>
background-color css
<style>
a { background-color: #5B4941; }
a { background-color: rgb(91,73,65); }
div.DivClassName
{
background-color: #5B4941;
}
.BgClassName
{
background-color: #5B4941;
}
</style>
border-color css
<style>
span { border-color: #5B4941; }
span { border-color: rgb(91,73,65); }
td.TdClassName
{
border-color: #5B4941;
}
.TagClassName
{
border-color: #5B4941;
}
</style>