Shades of Saddle #5A4D46
Tints of Saddle #5A4D46
RGB
CMYK
RGB Variations
Color information
#5A4D46 (or 0x5A4D46) is known color: Saddle. HEX triplet: 5A, 4D and 46. RGB value is (90,77,70). Sum of RGB (Red+Green+Blue) = 90+77+70=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D46 is #A5B2B9. Grayscale: #505050. Windows color (decimal): -10859194 or 4607322. OLE color: 4607322.
HSL color Cylindrical-coordinate representation of color #5A4D46: hue angle of 21º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A4D46 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 77 | 70 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.65 |
| HSL | 21º | 0.13% | 0.31% | - |
| HSV(B) | 21º | 0.22% | 0.35% | - |
| XYZ | 7.98 | 7.92 | 6.9 | - |
| YUV | 80.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 70 | 0 | 0.14 | 0.22 | 0.65 | 21 | 0.13 | 0.31 |
| Hex | 5A | 4D | 46 | 0 | E | 16 | 41 | 15 | C | 1F |
| Octal | 132 | 115 | 106 | 0 | 16 | 26 | 101 | 25 | 14 | 37 |
| Binary | 1011010 | 1001101 | 1000110 | 0 | 1110 | 10110 | 1000001 | 10101 | 1100 | 11111 |
Color Harmonies of #5A4D46
Complementary color
Monochromatic Colors of #5A4D46
Black with #5A4D46
Text Example
Text Example
White with #5A4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D46; }
p { color: rgb(90,77,70); }
H1.HeaderClassName
{
color: #5A4D46;
}
.AnyTagClassName
{
color: #5A4D46;
}
</style>
background-color css
<style>
a { background-color: #5A4D46; }
a { background-color: rgb(90,77,70); }
div.DivClassName
{
background-color: #5A4D46;
}
.BgClassName
{
background-color: #5A4D46;
}
</style>
border-color css
<style>
span { border-color: #5A4D46; }
span { border-color: rgb(90,77,70); }
td.TdClassName
{
border-color: #5A4D46;
}
.TagClassName
{
border-color: #5A4D46;
}
</style>