Shades of Rusty Nail #885929
Tints of Rusty Nail #885929
RGB
CMYK
RGB Variations
Color information
#885929 (or 0x885929) is known color: Rusty Nail. HEX triplet: 88, 59 and 29. RGB value is (136,89,41). Sum of RGB (Red+Green+Blue) = 136+89+41=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #885929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885929 is #77A6D6. Grayscale: #616161. Windows color (decimal): -7841495 or 2709896. OLE color: 2709896.
HSL color Cylindrical-coordinate representation of color #885929: hue angle of 30.32º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #885929 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 41 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.47 |
| HSL | 30.32º | 0.54% | 0.35% | - |
| HSV(B) | 30.32º | 0.7% | 0.53% | - |
| XYZ | 14.13 | 12.54 | 3.77 | - |
| YUV | 97.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 41 | 0 | 0.35 | 0.70 | 0.47 | 30.32 | 0.54 | 0.35 |
| Hex | 88 | 59 | 29 | 0 | 23 | 46 | 2F | 1E | 36 | 23 |
| Octal | 210 | 131 | 51 | 0 | 43 | 106 | 57 | 36 | 66 | 43 |
| Binary | 10001000 | 1011001 | 101001 | 0 | 100011 | 1000110 | 101111 | 11110 | 110110 | 100011 |
Color Harmonies of #885929
Complementary color
Monochromatic Colors of #885929
Black with #885929
Text Example
Text Example
White with #885929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885929; }
p { color: rgb(136,89,41); }
H1.HeaderClassName
{
color: #885929;
}
.AnyTagClassName
{
color: #885929;
}
</style>
background-color css
<style>
a { background-color: #885929; }
a { background-color: rgb(136,89,41); }
div.DivClassName
{
background-color: #885929;
}
.BgClassName
{
background-color: #885929;
}
</style>
border-color css
<style>
span { border-color: #885929; }
span { border-color: rgb(136,89,41); }
td.TdClassName
{
border-color: #885929;
}
.TagClassName
{
border-color: #885929;
}
</style>