Shades of Rusty Nail #895D2C
Tints of Rusty Nail #895D2C
RGB
CMYK
RGB Variations
Color information
#895D2C (or 0x895D2C) is known color: Rusty Nail. HEX triplet: 89, 5D and 2C. RGB value is (137,93,44). Sum of RGB (Red+Green+Blue) = 137+93+44=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #895D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D2C is #76A2D3. Grayscale: #646464. Windows color (decimal): -7774932 or 2907529. OLE color: 2907529.
HSL color Cylindrical-coordinate representation of color #895D2C: hue angle of 31.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #895D2C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 44 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.46 |
| HSL | 31.61º | 0.51% | 0.35% | - |
| HSV(B) | 31.61º | 0.68% | 0.54% | - |
| XYZ | 14.69 | 13.33 | 4.18 | - |
| YUV | 100.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 44 | 0 | 0.32 | 0.68 | 0.46 | 31.61 | 0.51 | 0.35 |
| Hex | 89 | 5D | 2C | 0 | 20 | 44 | 2E | 20 | 33 | 23 |
| Octal | 211 | 135 | 54 | 0 | 40 | 104 | 56 | 40 | 63 | 43 |
| Binary | 10001001 | 1011101 | 101100 | 0 | 100000 | 1000100 | 101110 | 100000 | 110011 | 100011 |
Color Harmonies of #895D2C
Complementary color
Monochromatic Colors of #895D2C
Black with #895D2C
Text Example
Text Example
White with #895D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D2C; }
p { color: rgb(137,93,44); }
H1.HeaderClassName
{
color: #895D2C;
}
.AnyTagClassName
{
color: #895D2C;
}
</style>
background-color css
<style>
a { background-color: #895D2C; }
a { background-color: rgb(137,93,44); }
div.DivClassName
{
background-color: #895D2C;
}
.BgClassName
{
background-color: #895D2C;
}
</style>
border-color css
<style>
span { border-color: #895D2C; }
span { border-color: rgb(137,93,44); }
td.TdClassName
{
border-color: #895D2C;
}
.TagClassName
{
border-color: #895D2C;
}
</style>