Shades of Saddle #5A4840
Tints of Saddle #5A4840
RGB
CMYK
RGB Variations
Color information
#5A4840 (or 0x5A4840) is known color: Saddle. HEX triplet: 5A, 48 and 40. RGB value is (90,72,64). Sum of RGB (Red+Green+Blue) = 90+72+64=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4840 is #A5B7BF. Grayscale: #4C4C4C. Windows color (decimal): -10860480 or 4212826. OLE color: 4212826.
HSL color Cylindrical-coordinate representation of color #5A4840: hue angle of 18.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A4840 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 64 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.65 |
| HSL | 18.46º | 0.17% | 0.3% | - |
| HSV(B) | 18.46º | 0.29% | 0.35% | - |
| XYZ | 7.46 | 7.18 | 5.84 | - |
| YUV | 76.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 64 | 0 | 0.20 | 0.29 | 0.65 | 18.46 | 0.17 | 0.3 |
| Hex | 5A | 48 | 40 | 0 | 14 | 1D | 41 | 12 | 11 | 1E |
| Octal | 132 | 110 | 100 | 0 | 24 | 35 | 101 | 22 | 21 | 36 |
| Binary | 1011010 | 1001000 | 1000000 | 0 | 10100 | 11101 | 1000001 | 10010 | 10001 | 11110 |
Color Harmonies of #5A4840
Complementary color
Monochromatic Colors of #5A4840
Black with #5A4840
Text Example
Text Example
White with #5A4840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4840; }
p { color: rgb(90,72,64); }
H1.HeaderClassName
{
color: #5A4840;
}
.AnyTagClassName
{
color: #5A4840;
}
</style>
background-color css
<style>
a { background-color: #5A4840; }
a { background-color: rgb(90,72,64); }
div.DivClassName
{
background-color: #5A4840;
}
.BgClassName
{
background-color: #5A4840;
}
</style>
border-color css
<style>
span { border-color: #5A4840; }
span { border-color: rgb(90,72,64); }
td.TdClassName
{
border-color: #5A4840;
}
.TagClassName
{
border-color: #5A4840;
}
</style>