Shades of Rusty Nail #896528
Tints of Rusty Nail #896528
RGB
CMYK
RGB Variations
Color information
#896528 (or 0x896528) is known color: Rusty Nail. HEX triplet: 89, 65 and 28. RGB value is (137,101,40). Sum of RGB (Red+Green+Blue) = 137+101+40=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #896528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896528 is #769AD7. Grayscale: #696969. Windows color (decimal): -7772888 or 2647433. OLE color: 2647433.
HSL color Cylindrical-coordinate representation of color #896528: hue angle of 37.73º 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 #896528 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 101 | 40 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.46 |
| HSL | 37.73º | 0.55% | 0.35% | - |
| HSV(B) | 37.73º | 0.71% | 0.54% | - |
| XYZ | 15.35 | 14.78 | 4.05 | - |
| YUV | 104.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 40 | 0 | 0.26 | 0.71 | 0.46 | 37.73 | 0.55 | 0.35 |
| Hex | 89 | 65 | 28 | 0 | 1A | 47 | 2E | 26 | 37 | 23 |
| Octal | 211 | 145 | 50 | 0 | 32 | 107 | 56 | 46 | 67 | 43 |
| Binary | 10001001 | 1100101 | 101000 | 0 | 11010 | 1000111 | 101110 | 100110 | 110111 | 100011 |
Color Harmonies of #896528
Complementary color
Monochromatic Colors of #896528
Black with #896528
Text Example
Text Example
White with #896528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896528; }
p { color: rgb(137,101,40); }
H1.HeaderClassName
{
color: #896528;
}
.AnyTagClassName
{
color: #896528;
}
</style>
background-color css
<style>
a { background-color: #896528; }
a { background-color: rgb(137,101,40); }
div.DivClassName
{
background-color: #896528;
}
.BgClassName
{
background-color: #896528;
}
</style>
border-color css
<style>
span { border-color: #896528; }
span { border-color: rgb(137,101,40); }
td.TdClassName
{
border-color: #896528;
}
.TagClassName
{
border-color: #896528;
}
</style>