Shades of Rusty Nail #895B29
Tints of Rusty Nail #895B29
RGB
CMYK
RGB Variations
Color information
#895B29 (or 0x895B29) is known color: Rusty Nail. HEX triplet: 89, 5B and 29. RGB value is (137,91,41). Sum of RGB (Red+Green+Blue) = 137+91+41=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B29 is #76A4D6. Grayscale: #636363. Windows color (decimal): -7775447 or 2710409. OLE color: 2710409.
HSL color Cylindrical-coordinate representation of color #895B29: hue angle of 31.25º 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 #895B29 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 91 | 41 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.46 |
| HSL | 31.25º | 0.54% | 0.35% | - |
| HSV(B) | 31.25º | 0.7% | 0.54% | - |
| XYZ | 14.46 | 12.96 | 3.84 | - |
| YUV | 99.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 41 | 0 | 0.34 | 0.70 | 0.46 | 31.25 | 0.54 | 0.35 |
| Hex | 89 | 5B | 29 | 0 | 22 | 46 | 2E | 1F | 36 | 23 |
| Octal | 211 | 133 | 51 | 0 | 42 | 106 | 56 | 37 | 66 | 43 |
| Binary | 10001001 | 1011011 | 101001 | 0 | 100010 | 1000110 | 101110 | 11111 | 110110 | 100011 |
Color Harmonies of #895B29
Complementary color
Monochromatic Colors of #895B29
Black with #895B29
Text Example
Text Example
White with #895B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B29; }
p { color: rgb(137,91,41); }
H1.HeaderClassName
{
color: #895B29;
}
.AnyTagClassName
{
color: #895B29;
}
</style>
background-color css
<style>
a { background-color: #895B29; }
a { background-color: rgb(137,91,41); }
div.DivClassName
{
background-color: #895B29;
}
.BgClassName
{
background-color: #895B29;
}
</style>
border-color css
<style>
span { border-color: #895B29; }
span { border-color: rgb(137,91,41); }
td.TdClassName
{
border-color: #895B29;
}
.TagClassName
{
border-color: #895B29;
}
</style>