Shades of Saddle #5B514A
Tints of Saddle #5B514A
RGB
CMYK
RGB Variations
Color information
#5B514A (or 0x5B514A) is known color: Saddle. HEX triplet: 5B, 51 and 4A. RGB value is (91,81,74). Sum of RGB (Red+Green+Blue) = 91+81+74=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 91 - color contains mainly: red. Hex color #5B514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B514A is #A4AEB5. Grayscale: #535353. Windows color (decimal): -10792630 or 4870491. OLE color: 4870491.
HSL color Cylindrical-coordinate representation of color #5B514A: hue angle of 24.71º 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 #5B514A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 74 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.64 |
| HSL | 24.71º | 0.1% | 0.32% | - |
| HSV(B) | 24.71º | 0.19% | 0.36% | - |
| XYZ | 8.49 | 8.6 | 7.69 | - |
| YUV | 83.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 74 | 0 | 0.11 | 0.19 | 0.64 | 24.71 | 0.1 | 0.32 |
| Hex | 5B | 51 | 4A | 0 | B | 13 | 40 | 19 | A | 20 |
| Octal | 133 | 121 | 112 | 0 | 13 | 23 | 100 | 31 | 12 | 40 |
| Binary | 1011011 | 1010001 | 1001010 | 0 | 1011 | 10011 | 1000000 | 11001 | 1010 | 100000 |
Color Harmonies of #5B514A
Complementary color
Monochromatic Colors of #5B514A
Black with #5B514A
Text Example
Text Example
White with #5B514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B514A; }
p { color: rgb(91,81,74); }
H1.HeaderClassName
{
color: #5B514A;
}
.AnyTagClassName
{
color: #5B514A;
}
</style>
background-color css
<style>
a { background-color: #5B514A; }
a { background-color: rgb(91,81,74); }
div.DivClassName
{
background-color: #5B514A;
}
.BgClassName
{
background-color: #5B514A;
}
</style>
border-color css
<style>
span { border-color: #5B514A; }
span { border-color: rgb(91,81,74); }
td.TdClassName
{
border-color: #5B514A;
}
.TagClassName
{
border-color: #5B514A;
}
</style>