Shades of Saddle #5A4741
Tints of Saddle #5A4741
RGB
CMYK
RGB Variations
Color information
#5A4741 (or 0x5A4741) is known color: Saddle. HEX triplet: 5A, 47 and 41. RGB value is (90,71,65). Sum of RGB (Red+Green+Blue) = 90+71+65=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4741 is #A5B8BE. Grayscale: #4C4C4C. Windows color (decimal): -10860735 or 4278106. OLE color: 4278106.
HSL color Cylindrical-coordinate representation of color #5A4741: hue angle of 14.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4741 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 65 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.65 |
| HSL | 14.4º | 0.16% | 0.3% | - |
| HSV(B) | 14.4º | 0.28% | 0.35% | - |
| XYZ | 7.42 | 7.06 | 5.97 | - |
| YUV | 76 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 65 | 0 | 0.21 | 0.28 | 0.65 | 14.4 | 0.16 | 0.3 |
| Hex | 5A | 47 | 41 | 0 | 15 | 1C | 41 | E | 10 | 1E |
| Octal | 132 | 107 | 101 | 0 | 25 | 34 | 101 | 16 | 20 | 36 |
| Binary | 1011010 | 1000111 | 1000001 | 0 | 10101 | 11100 | 1000001 | 1110 | 10000 | 11110 |
Color Harmonies of #5A4741
Complementary color
Monochromatic Colors of #5A4741
Black with #5A4741
Text Example
Text Example
White with #5A4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4741; }
p { color: rgb(90,71,65); }
H1.HeaderClassName
{
color: #5A4741;
}
.AnyTagClassName
{
color: #5A4741;
}
</style>
background-color css
<style>
a { background-color: #5A4741; }
a { background-color: rgb(90,71,65); }
div.DivClassName
{
background-color: #5A4741;
}
.BgClassName
{
background-color: #5A4741;
}
</style>
border-color css
<style>
span { border-color: #5A4741; }
span { border-color: rgb(90,71,65); }
td.TdClassName
{
border-color: #5A4741;
}
.TagClassName
{
border-color: #5A4741;
}
</style>