Shades of Saddle #5A4B46
Tints of Saddle #5A4B46
RGB
CMYK
RGB Variations
Color information
#5A4B46 (or 0x5A4B46) is known color: Saddle. HEX triplet: 5A, 4B and 46. RGB value is (90,75,70). Sum of RGB (Red+Green+Blue) = 90+75+70=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4B46 is #A5B4B9. Grayscale: #4E4E4E. Windows color (decimal): -10859706 or 4606810. OLE color: 4606810.
HSL color Cylindrical-coordinate representation of color #5A4B46: hue angle of 15º 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 #5A4B46 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 75 | 70 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.65 |
| HSL | 15º | 0.13% | 0.31% | - |
| HSV(B) | 15º | 0.22% | 0.35% | - |
| XYZ | 7.84 | 7.65 | 6.86 | - |
| YUV | 78.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 70 | 0 | 0.17 | 0.22 | 0.65 | 15 | 0.13 | 0.31 |
| Hex | 5A | 4B | 46 | 0 | 11 | 16 | 41 | F | C | 1F |
| Octal | 132 | 113 | 106 | 0 | 21 | 26 | 101 | 17 | 14 | 37 |
| Binary | 1011010 | 1001011 | 1000110 | 0 | 10001 | 10110 | 1000001 | 1111 | 1100 | 11111 |
Color Harmonies of #5A4B46
Complementary color
Monochromatic Colors of #5A4B46
Black with #5A4B46
Text Example
Text Example
White with #5A4B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B46; }
p { color: rgb(90,75,70); }
H1.HeaderClassName
{
color: #5A4B46;
}
.AnyTagClassName
{
color: #5A4B46;
}
</style>
background-color css
<style>
a { background-color: #5A4B46; }
a { background-color: rgb(90,75,70); }
div.DivClassName
{
background-color: #5A4B46;
}
.BgClassName
{
background-color: #5A4B46;
}
</style>
border-color css
<style>
span { border-color: #5A4B46; }
span { border-color: rgb(90,75,70); }
td.TdClassName
{
border-color: #5A4B46;
}
.TagClassName
{
border-color: #5A4B46;
}
</style>