Shades of Saddle #59514B
Tints of Saddle #59514B
RGB
CMYK
RGB Variations
Color information
#59514B (or 0x59514B) is known color: Saddle. HEX triplet: 59, 51 and 4B. RGB value is (89,81,75). Sum of RGB (Red+Green+Blue) = 89+81+75=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #59514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59514B is #A6AEB4. Grayscale: #525252. Windows color (decimal): -10923701 or 4936025. OLE color: 4936025.
HSL color Cylindrical-coordinate representation of color #59514B: hue angle of 25.71º 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 #59514B is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 75 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.65 |
| HSL | 25.71º | 0.09% | 0.32% | - |
| HSV(B) | 25.71º | 0.16% | 0.35% | - |
| XYZ | 8.33 | 8.52 | 7.86 | - |
| YUV | 82.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 75 | 0 | 0.09 | 0.16 | 0.65 | 25.71 | 0.09 | 0.32 |
| Hex | 59 | 51 | 4B | 0 | 9 | 10 | 41 | 1A | 9 | 20 |
| Octal | 131 | 121 | 113 | 0 | 11 | 20 | 101 | 32 | 11 | 40 |
| Binary | 1011001 | 1010001 | 1001011 | 0 | 1001 | 10000 | 1000001 | 11010 | 1001 | 100000 |
Color Harmonies of #59514B
Complementary color
Monochromatic Colors of #59514B
Black with #59514B
Text Example
Text Example
White with #59514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59514B; }
p { color: rgb(89,81,75); }
H1.HeaderClassName
{
color: #59514B;
}
.AnyTagClassName
{
color: #59514B;
}
</style>
background-color css
<style>
a { background-color: #59514B; }
a { background-color: rgb(89,81,75); }
div.DivClassName
{
background-color: #59514B;
}
.BgClassName
{
background-color: #59514B;
}
</style>
border-color css
<style>
span { border-color: #59514B; }
span { border-color: rgb(89,81,75); }
td.TdClassName
{
border-color: #59514B;
}
.TagClassName
{
border-color: #59514B;
}
</style>