Shades of Rusty Nail #896529
Tints of Rusty Nail #896529
RGB
CMYK
RGB Variations
Color information
#896529 (or 0x896529) is known color: Rusty Nail. HEX triplet: 89, 65 and 29. RGB value is (137,101,41). Sum of RGB (Red+Green+Blue) = 137+101+41=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #896529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896529 is #769AD6. Grayscale: #696969. Windows color (decimal): -7772887 or 2712969. OLE color: 2712969.
HSL color Cylindrical-coordinate representation of color #896529: hue angle of 37.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #896529 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 101 | 41 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.46 |
| HSL | 37.5º | 0.54% | 0.35% | - |
| HSV(B) | 37.5º | 0.7% | 0.54% | - |
| XYZ | 15.37 | 14.79 | 4.14 | - |
| YUV | 104.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 41 | 0 | 0.26 | 0.70 | 0.46 | 37.5 | 0.54 | 0.35 |
| Hex | 89 | 65 | 29 | 0 | 1A | 46 | 2E | 26 | 36 | 23 |
| Octal | 211 | 145 | 51 | 0 | 32 | 106 | 56 | 46 | 66 | 43 |
| Binary | 10001001 | 1100101 | 101001 | 0 | 11010 | 1000110 | 101110 | 100110 | 110110 | 100011 |
Color Harmonies of #896529
Complementary color
Monochromatic Colors of #896529
Black with #896529
Text Example
Text Example
White with #896529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896529; }
p { color: rgb(137,101,41); }
H1.HeaderClassName
{
color: #896529;
}
.AnyTagClassName
{
color: #896529;
}
</style>
background-color css
<style>
a { background-color: #896529; }
a { background-color: rgb(137,101,41); }
div.DivClassName
{
background-color: #896529;
}
.BgClassName
{
background-color: #896529;
}
</style>
border-color css
<style>
span { border-color: #896529; }
span { border-color: rgb(137,101,41); }
td.TdClassName
{
border-color: #896529;
}
.TagClassName
{
border-color: #896529;
}
</style>