Shades of Rusty Nail #895F2F
Tints of Rusty Nail #895F2F
RGB
CMYK
RGB Variations
Color information
#895F2F (or 0x895F2F) is known color: Rusty Nail. HEX triplet: 89, 5F and 2F. RGB value is (137,95,47). Sum of RGB (Red+Green+Blue) = 137+95+47=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #895F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F2F is #76A0D0. Grayscale: #666666. Windows color (decimal): -7774417 or 3104649. OLE color: 3104649.
HSL color Cylindrical-coordinate representation of color #895F2F: hue angle of 32º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #895F2F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 47 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.46 |
| HSL | 32º | 0.49% | 0.36% | - |
| HSV(B) | 32º | 0.66% | 0.54% | - |
| XYZ | 14.92 | 13.71 | 4.55 | - |
| YUV | 102.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 47 | 0 | 0.31 | 0.66 | 0.46 | 32 | 0.49 | 0.36 |
| Hex | 89 | 5F | 2F | 0 | 1F | 42 | 2E | 20 | 31 | 24 |
| Octal | 211 | 137 | 57 | 0 | 37 | 102 | 56 | 40 | 61 | 44 |
| Binary | 10001001 | 1011111 | 101111 | 0 | 11111 | 1000010 | 101110 | 100000 | 110001 | 100100 |
Color Harmonies of #895F2F
Complementary color
Monochromatic Colors of #895F2F
Black with #895F2F
Text Example
Text Example
White with #895F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F2F; }
p { color: rgb(137,95,47); }
H1.HeaderClassName
{
color: #895F2F;
}
.AnyTagClassName
{
color: #895F2F;
}
</style>
background-color css
<style>
a { background-color: #895F2F; }
a { background-color: rgb(137,95,47); }
div.DivClassName
{
background-color: #895F2F;
}
.BgClassName
{
background-color: #895F2F;
}
</style>
border-color css
<style>
span { border-color: #895F2F; }
span { border-color: rgb(137,95,47); }
td.TdClassName
{
border-color: #895F2F;
}
.TagClassName
{
border-color: #895F2F;
}
</style>