Shades of Saddle #5A4C46
Tints of Saddle #5A4C46
RGB
CMYK
RGB Variations
Color information
#5A4C46 (or 0x5A4C46) is known color: Saddle. HEX triplet: 5A, 4C and 46. RGB value is (90,76,70). Sum of RGB (Red+Green+Blue) = 90+76+70=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C46 is #A5B3B9. Grayscale: #4F4F4F. Windows color (decimal): -10859450 or 4607066. OLE color: 4607066.
HSL color Cylindrical-coordinate representation of color #5A4C46: hue angle of 18º 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 #5A4C46 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 76 | 70 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.65 |
| HSL | 18º | 0.13% | 0.31% | - |
| HSV(B) | 18º | 0.22% | 0.35% | - |
| XYZ | 7.91 | 7.78 | 6.88 | - |
| YUV | 79.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 76 | 70 | 0 | 0.16 | 0.22 | 0.65 | 18 | 0.13 | 0.31 |
| Hex | 5A | 4C | 46 | 0 | 10 | 16 | 41 | 12 | C | 1F |
| Octal | 132 | 114 | 106 | 0 | 20 | 26 | 101 | 22 | 14 | 37 |
| Binary | 1011010 | 1001100 | 1000110 | 0 | 10000 | 10110 | 1000001 | 10010 | 1100 | 11111 |
Color Harmonies of #5A4C46
Complementary color
Monochromatic Colors of #5A4C46
Black with #5A4C46
Text Example
Text Example
White with #5A4C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4C46; }
p { color: rgb(90,76,70); }
H1.HeaderClassName
{
color: #5A4C46;
}
.AnyTagClassName
{
color: #5A4C46;
}
</style>
background-color css
<style>
a { background-color: #5A4C46; }
a { background-color: rgb(90,76,70); }
div.DivClassName
{
background-color: #5A4C46;
}
.BgClassName
{
background-color: #5A4C46;
}
</style>
border-color css
<style>
span { border-color: #5A4C46; }
span { border-color: rgb(90,76,70); }
td.TdClassName
{
border-color: #5A4C46;
}
.TagClassName
{
border-color: #5A4C46;
}
</style>