Shades of Saddle #584D49
Tints of Saddle #584D49
RGB
CMYK
RGB Variations
Color information
#584D49 (or 0x584D49) is known color: Saddle. HEX triplet: 58, 4D and 49. RGB value is (88,77,73). Sum of RGB (Red+Green+Blue) = 88+77+73=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #584D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D49 is #A7B2B6. Grayscale: #4F4F4F. Windows color (decimal): -10990263 or 4803928. OLE color: 4803928.
HSL color Cylindrical-coordinate representation of color #584D49: hue angle of 16º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #584D49 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 73 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.65 |
| HSL | 16º | 0.09% | 0.32% | - |
| HSV(B) | 16º | 0.17% | 0.35% | - |
| XYZ | 7.88 | 7.86 | 7.41 | - |
| YUV | 79.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 73 | 0 | 0.12 | 0.17 | 0.65 | 16 | 0.09 | 0.32 |
| Hex | 58 | 4D | 49 | 0 | C | 11 | 41 | 10 | 9 | 20 |
| Octal | 130 | 115 | 111 | 0 | 14 | 21 | 101 | 20 | 11 | 40 |
| Binary | 1011000 | 1001101 | 1001001 | 0 | 1100 | 10001 | 1000001 | 10000 | 1001 | 100000 |
Color Harmonies of #584D49
Complementary color
Monochromatic Colors of #584D49
Black with #584D49
Text Example
Text Example
White with #584D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D49; }
p { color: rgb(88,77,73); }
H1.HeaderClassName
{
color: #584D49;
}
.AnyTagClassName
{
color: #584D49;
}
</style>
background-color css
<style>
a { background-color: #584D49; }
a { background-color: rgb(88,77,73); }
div.DivClassName
{
background-color: #584D49;
}
.BgClassName
{
background-color: #584D49;
}
</style>
border-color css
<style>
span { border-color: #584D49; }
span { border-color: rgb(88,77,73); }
td.TdClassName
{
border-color: #584D49;
}
.TagClassName
{
border-color: #584D49;
}
</style>