Shades of Rusty Nail #896428
Tints of Rusty Nail #896428
RGB
CMYK
RGB Variations
Color information
#896428 (or 0x896428) is known color: Rusty Nail. HEX triplet: 89, 64 and 28. RGB value is (137,100,40). Sum of RGB (Red+Green+Blue) = 137+100+40=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #896428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896428 is #769BD7. Grayscale: #686868. Windows color (decimal): -7773144 or 2647177. OLE color: 2647177.
HSL color Cylindrical-coordinate representation of color #896428: hue angle of 37.11º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #896428 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 40 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.46 |
| HSL | 37.11º | 0.55% | 0.35% | - |
| HSV(B) | 37.11º | 0.71% | 0.54% | - |
| XYZ | 15.26 | 14.59 | 4.02 | - |
| YUV | 104.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 40 | 0 | 0.27 | 0.71 | 0.46 | 37.11 | 0.55 | 0.35 |
| Hex | 89 | 64 | 28 | 0 | 1B | 47 | 2E | 25 | 37 | 23 |
| Octal | 211 | 144 | 50 | 0 | 33 | 107 | 56 | 45 | 67 | 43 |
| Binary | 10001001 | 1100100 | 101000 | 0 | 11011 | 1000111 | 101110 | 100101 | 110111 | 100011 |
Color Harmonies of #896428
Complementary color
Monochromatic Colors of #896428
Black with #896428
Text Example
Text Example
White with #896428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896428; }
p { color: rgb(137,100,40); }
H1.HeaderClassName
{
color: #896428;
}
.AnyTagClassName
{
color: #896428;
}
</style>
background-color css
<style>
a { background-color: #896428; }
a { background-color: rgb(137,100,40); }
div.DivClassName
{
background-color: #896428;
}
.BgClassName
{
background-color: #896428;
}
</style>
border-color css
<style>
span { border-color: #896428; }
span { border-color: rgb(137,100,40); }
td.TdClassName
{
border-color: #896428;
}
.TagClassName
{
border-color: #896428;
}
</style>