Shades of Saddle #584D4A
Tints of Saddle #584D4A
RGB
CMYK
RGB Variations
Color information
#584D4A (or 0x584D4A) is known color: Saddle. HEX triplet: 58, 4D and 4A. RGB value is (88,77,74). Sum of RGB (Red+Green+Blue) = 88+77+74=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #584D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D4A is #A7B2B5. Grayscale: #4F4F4F. Windows color (decimal): -10990262 or 4869464. OLE color: 4869464.
HSL color Cylindrical-coordinate representation of color #584D4A: hue angle of 12.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #584D4A is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 74 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.65 |
| HSL | 12.86º | 0.09% | 0.32% | - |
| HSV(B) | 12.86º | 0.16% | 0.35% | - |
| XYZ | 7.91 | 7.88 | 7.58 | - |
| YUV | 79.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 74 | 0 | 0.12 | 0.16 | 0.65 | 12.86 | 0.09 | 0.32 |
| Hex | 58 | 4D | 4A | 0 | C | 10 | 41 | D | 9 | 20 |
| Octal | 130 | 115 | 112 | 0 | 14 | 20 | 101 | 15 | 11 | 40 |
| Binary | 1011000 | 1001101 | 1001010 | 0 | 1100 | 10000 | 1000001 | 1101 | 1001 | 100000 |
Color Harmonies of #584D4A
Complementary color
Monochromatic Colors of #584D4A
Black with #584D4A
Text Example
Text Example
White with #584D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D4A; }
p { color: rgb(88,77,74); }
H1.HeaderClassName
{
color: #584D4A;
}
.AnyTagClassName
{
color: #584D4A;
}
</style>
background-color css
<style>
a { background-color: #584D4A; }
a { background-color: rgb(88,77,74); }
div.DivClassName
{
background-color: #584D4A;
}
.BgClassName
{
background-color: #584D4A;
}
</style>
border-color css
<style>
span { border-color: #584D4A; }
span { border-color: rgb(88,77,74); }
td.TdClassName
{
border-color: #584D4A;
}
.TagClassName
{
border-color: #584D4A;
}
</style>