Shades of Saddle #594D48
Tints of Saddle #594D48
RGB
CMYK
RGB Variations
Color information
#594D48 (or 0x594D48) is known color: Saddle. HEX triplet: 59, 4D and 48. RGB value is (89,77,72). Sum of RGB (Red+Green+Blue) = 89+77+72=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #594D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D48 is #A6B2B7. Grayscale: #505050. Windows color (decimal): -10924728 or 4738393. OLE color: 4738393.
HSL color Cylindrical-coordinate representation of color #594D48: hue angle of 17.65º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #594D48 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 72 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.65 |
| HSL | 17.65º | 0.11% | 0.32% | - |
| HSV(B) | 17.65º | 0.19% | 0.35% | - |
| XYZ | 7.94 | 7.9 | 7.24 | - |
| YUV | 80.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 72 | 0 | 0.13 | 0.19 | 0.65 | 17.65 | 0.11 | 0.32 |
| Hex | 59 | 4D | 48 | 0 | D | 13 | 41 | 12 | B | 20 |
| Octal | 131 | 115 | 110 | 0 | 15 | 23 | 101 | 22 | 13 | 40 |
| Binary | 1011001 | 1001101 | 1001000 | 0 | 1101 | 10011 | 1000001 | 10010 | 1011 | 100000 |
Color Harmonies of #594D48
Complementary color
Monochromatic Colors of #594D48
Black with #594D48
Text Example
Text Example
White with #594D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D48; }
p { color: rgb(89,77,72); }
H1.HeaderClassName
{
color: #594D48;
}
.AnyTagClassName
{
color: #594D48;
}
</style>
background-color css
<style>
a { background-color: #594D48; }
a { background-color: rgb(89,77,72); }
div.DivClassName
{
background-color: #594D48;
}
.BgClassName
{
background-color: #594D48;
}
</style>
border-color css
<style>
span { border-color: #594D48; }
span { border-color: rgb(89,77,72); }
td.TdClassName
{
border-color: #594D48;
}
.TagClassName
{
border-color: #594D48;
}
</style>