Shades of Saddle #5B4F4A
Tints of Saddle #5B4F4A
RGB
CMYK
RGB Variations
Color information
#5B4F4A (or 0x5B4F4A) is known color: Saddle. HEX triplet: 5B, 4F and 4A. RGB value is (91,79,74). Sum of RGB (Red+Green+Blue) = 91+79+74=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4F4A is #A4B0B5. Grayscale: #525252. Windows color (decimal): -10793142 or 4869979. OLE color: 4869979.
HSL color Cylindrical-coordinate representation of color #5B4F4A: hue angle of 17.65º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B4F4A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 79 | 74 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.64 |
| HSL | 17.65º | 0.1% | 0.32% | - |
| HSV(B) | 17.65º | 0.19% | 0.36% | - |
| XYZ | 8.35 | 8.31 | 7.64 | - |
| YUV | 82.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 79 | 74 | 0 | 0.13 | 0.19 | 0.64 | 17.65 | 0.1 | 0.32 |
| Hex | 5B | 4F | 4A | 0 | D | 13 | 40 | 12 | A | 20 |
| Octal | 133 | 117 | 112 | 0 | 15 | 23 | 100 | 22 | 12 | 40 |
| Binary | 1011011 | 1001111 | 1001010 | 0 | 1101 | 10011 | 1000000 | 10010 | 1010 | 100000 |
Color Harmonies of #5B4F4A
Complementary color
Monochromatic Colors of #5B4F4A
Black with #5B4F4A
Text Example
Text Example
White with #5B4F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4F4A; }
p { color: rgb(91,79,74); }
H1.HeaderClassName
{
color: #5B4F4A;
}
.AnyTagClassName
{
color: #5B4F4A;
}
</style>
background-color css
<style>
a { background-color: #5B4F4A; }
a { background-color: rgb(91,79,74); }
div.DivClassName
{
background-color: #5B4F4A;
}
.BgClassName
{
background-color: #5B4F4A;
}
</style>
border-color css
<style>
span { border-color: #5B4F4A; }
span { border-color: rgb(91,79,74); }
td.TdClassName
{
border-color: #5B4F4A;
}
.TagClassName
{
border-color: #5B4F4A;
}
</style>