Shades of Saddle #594B47
Tints of Saddle #594B47
RGB
CMYK
RGB Variations
Color information
#594B47 (or 0x594B47) is known color: Saddle. HEX triplet: 59, 4B and 47. RGB value is (89,75,71). Sum of RGB (Red+Green+Blue) = 89+75+71=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #594B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B47 is #A6B4B8. Grayscale: #4E4E4E. Windows color (decimal): -10925241 or 4672345. OLE color: 4672345.
HSL color Cylindrical-coordinate representation of color #594B47: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #594B47 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 71 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.65 |
| HSL | 13.33º | 0.11% | 0.31% | - |
| HSV(B) | 13.33º | 0.2% | 0.35% | - |
| XYZ | 7.77 | 7.61 | 7.02 | - |
| YUV | 78.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 71 | 0 | 0.16 | 0.20 | 0.65 | 13.33 | 0.11 | 0.31 |
| Hex | 59 | 4B | 47 | 0 | 10 | 14 | 41 | D | B | 1F |
| Octal | 131 | 113 | 107 | 0 | 20 | 24 | 101 | 15 | 13 | 37 |
| Binary | 1011001 | 1001011 | 1000111 | 0 | 10000 | 10100 | 1000001 | 1101 | 1011 | 11111 |
Color Harmonies of #594B47
Complementary color
Monochromatic Colors of #594B47
Black with #594B47
Text Example
Text Example
White with #594B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B47; }
p { color: rgb(89,75,71); }
H1.HeaderClassName
{
color: #594B47;
}
.AnyTagClassName
{
color: #594B47;
}
</style>
background-color css
<style>
a { background-color: #594B47; }
a { background-color: rgb(89,75,71); }
div.DivClassName
{
background-color: #594B47;
}
.BgClassName
{
background-color: #594B47;
}
</style>
border-color css
<style>
span { border-color: #594B47; }
span { border-color: rgb(89,75,71); }
td.TdClassName
{
border-color: #594B47;
}
.TagClassName
{
border-color: #594B47;
}
</style>