Shades of Saddle #594C48
Tints of Saddle #594C48
RGB
CMYK
RGB Variations
Color information
#594C48 (or 0x594C48) is known color: Saddle. HEX triplet: 59, 4C and 48. RGB value is (89,76,72). Sum of RGB (Red+Green+Blue) = 89+76+72=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #594C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C48 is #A6B3B7. Grayscale: #4F4F4F. Windows color (decimal): -10924984 or 4738137. OLE color: 4738137.
HSL color Cylindrical-coordinate representation of color #594C48: hue angle of 14.12º 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 #594C48 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 72 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.65 |
| HSL | 14.12º | 0.11% | 0.32% | - |
| HSV(B) | 14.12º | 0.19% | 0.35% | - |
| XYZ | 7.87 | 7.76 | 7.21 | - |
| YUV | 79.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 72 | 0 | 0.15 | 0.19 | 0.65 | 14.12 | 0.11 | 0.32 |
| Hex | 59 | 4C | 48 | 0 | F | 13 | 41 | E | B | 20 |
| Octal | 131 | 114 | 110 | 0 | 17 | 23 | 101 | 16 | 13 | 40 |
| Binary | 1011001 | 1001100 | 1001000 | 0 | 1111 | 10011 | 1000001 | 1110 | 1011 | 100000 |
Color Harmonies of #594C48
Complementary color
Monochromatic Colors of #594C48
Black with #594C48
Text Example
Text Example
White with #594C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C48; }
p { color: rgb(89,76,72); }
H1.HeaderClassName
{
color: #594C48;
}
.AnyTagClassName
{
color: #594C48;
}
</style>
background-color css
<style>
a { background-color: #594C48; }
a { background-color: rgb(89,76,72); }
div.DivClassName
{
background-color: #594C48;
}
.BgClassName
{
background-color: #594C48;
}
</style>
border-color css
<style>
span { border-color: #594C48; }
span { border-color: rgb(89,76,72); }
td.TdClassName
{
border-color: #594C48;
}
.TagClassName
{
border-color: #594C48;
}
</style>