Shades of Saddle #5A4742
Tints of Saddle #5A4742
RGB
CMYK
RGB Variations
Color information
#5A4742 (or 0x5A4742) is known color: Saddle. HEX triplet: 5A, 47 and 42. RGB value is (90,71,66). Sum of RGB (Red+Green+Blue) = 90+71+66=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4742 is #A5B8BD. Grayscale: #4C4C4C. Windows color (decimal): -10860734 or 4343642. OLE color: 4343642.
HSL color Cylindrical-coordinate representation of color #5A4742: hue angle of 12.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A4742 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 66 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.65 |
| HSL | 12.5º | 0.15% | 0.31% | - |
| HSV(B) | 12.5º | 0.27% | 0.35% | - |
| XYZ | 7.45 | 7.07 | 6.13 | - |
| YUV | 76.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 66 | 0 | 0.21 | 0.27 | 0.65 | 12.5 | 0.15 | 0.31 |
| Hex | 5A | 47 | 42 | 0 | 15 | 1B | 41 | C | F | 1F |
| Octal | 132 | 107 | 102 | 0 | 25 | 33 | 101 | 14 | 17 | 37 |
| Binary | 1011010 | 1000111 | 1000010 | 0 | 10101 | 11011 | 1000001 | 1100 | 1111 | 11111 |
Color Harmonies of #5A4742
Complementary color
Monochromatic Colors of #5A4742
Black with #5A4742
Text Example
Text Example
White with #5A4742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4742; }
p { color: rgb(90,71,66); }
H1.HeaderClassName
{
color: #5A4742;
}
.AnyTagClassName
{
color: #5A4742;
}
</style>
background-color css
<style>
a { background-color: #5A4742; }
a { background-color: rgb(90,71,66); }
div.DivClassName
{
background-color: #5A4742;
}
.BgClassName
{
background-color: #5A4742;
}
</style>
border-color css
<style>
span { border-color: #5A4742; }
span { border-color: rgb(90,71,66); }
td.TdClassName
{
border-color: #5A4742;
}
.TagClassName
{
border-color: #5A4742;
}
</style>