Shades of Saddle #5B5048
Tints of Saddle #5B5048
RGB
CMYK
RGB Variations
Color information
#5B5048 (or 0x5B5048) is known color: Saddle. HEX triplet: 5B, 50 and 48. RGB value is (91,80,72). Sum of RGB (Red+Green+Blue) = 91+80+72=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5048 is #A4AFB7. Grayscale: #525252. Windows color (decimal): -10792888 or 4739163. OLE color: 4739163.
HSL color Cylindrical-coordinate representation of color #5B5048: hue angle of 25.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B5048 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 80 | 72 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.64 |
| HSL | 25.26º | 0.12% | 0.32% | - |
| HSV(B) | 25.26º | 0.21% | 0.36% | - |
| XYZ | 8.35 | 8.43 | 7.32 | - |
| YUV | 82.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 72 | 0 | 0.12 | 0.21 | 0.64 | 25.26 | 0.12 | 0.32 |
| Hex | 5B | 50 | 48 | 0 | C | 15 | 40 | 19 | C | 20 |
| Octal | 133 | 120 | 110 | 0 | 14 | 25 | 100 | 31 | 14 | 40 |
| Binary | 1011011 | 1010000 | 1001000 | 0 | 1100 | 10101 | 1000000 | 11001 | 1100 | 100000 |
Color Harmonies of #5B5048
Complementary color
Monochromatic Colors of #5B5048
Black with #5B5048
Text Example
Text Example
White with #5B5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5048; }
p { color: rgb(91,80,72); }
H1.HeaderClassName
{
color: #5B5048;
}
.AnyTagClassName
{
color: #5B5048;
}
</style>
background-color css
<style>
a { background-color: #5B5048; }
a { background-color: rgb(91,80,72); }
div.DivClassName
{
background-color: #5B5048;
}
.BgClassName
{
background-color: #5B5048;
}
</style>
border-color css
<style>
span { border-color: #5B5048; }
span { border-color: rgb(91,80,72); }
td.TdClassName
{
border-color: #5B5048;
}
.TagClassName
{
border-color: #5B5048;
}
</style>