Shades of Saddle #594A43
Tints of Saddle #594A43
RGB
CMYK
RGB Variations
Color information
#594A43 (or 0x594A43) is known color: Saddle. HEX triplet: 59, 4A and 43. RGB value is (89,74,67). Sum of RGB (Red+Green+Blue) = 89+74+67=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #594A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A43 is #A6B5BC. Grayscale: #4D4D4D. Windows color (decimal): -10925501 or 4409945. OLE color: 4409945.
HSL color Cylindrical-coordinate representation of color #594A43: hue angle of 19.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #594A43 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 67 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.65 |
| HSL | 19.09º | 0.14% | 0.31% | - |
| HSV(B) | 19.09º | 0.25% | 0.35% | - |
| XYZ | 7.58 | 7.43 | 6.34 | - |
| YUV | 77.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 67 | 0 | 0.17 | 0.25 | 0.65 | 19.09 | 0.14 | 0.31 |
| Hex | 59 | 4A | 43 | 0 | 11 | 19 | 41 | 13 | E | 1F |
| Octal | 131 | 112 | 103 | 0 | 21 | 31 | 101 | 23 | 16 | 37 |
| Binary | 1011001 | 1001010 | 1000011 | 0 | 10001 | 11001 | 1000001 | 10011 | 1110 | 11111 |
Color Harmonies of #594A43
Complementary color
Monochromatic Colors of #594A43
Black with #594A43
Text Example
Text Example
White with #594A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A43; }
p { color: rgb(89,74,67); }
H1.HeaderClassName
{
color: #594A43;
}
.AnyTagClassName
{
color: #594A43;
}
</style>
background-color css
<style>
a { background-color: #594A43; }
a { background-color: rgb(89,74,67); }
div.DivClassName
{
background-color: #594A43;
}
.BgClassName
{
background-color: #594A43;
}
</style>
border-color css
<style>
span { border-color: #594A43; }
span { border-color: rgb(89,74,67); }
td.TdClassName
{
border-color: #594A43;
}
.TagClassName
{
border-color: #594A43;
}
</style>