Shades of Rusty Nail #895A2C
Tints of Rusty Nail #895A2C
RGB
CMYK
RGB Variations
Color information
#895A2C (or 0x895A2C) is known color: Rusty Nail. HEX triplet: 89, 5A and 2C. RGB value is (137,90,44). Sum of RGB (Red+Green+Blue) = 137+90+44=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #895A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A2C is #76A5D3. Grayscale: #636363. Windows color (decimal): -7775700 or 2906761. OLE color: 2906761.
HSL color Cylindrical-coordinate representation of color #895A2C: hue angle of 29.68º 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 #895A2C is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 44 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.46 |
| HSL | 29.68º | 0.51% | 0.35% | - |
| HSV(B) | 29.68º | 0.68% | 0.54% | - |
| XYZ | 14.43 | 12.81 | 4.1 | - |
| YUV | 98.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 44 | 0 | 0.34 | 0.68 | 0.46 | 29.68 | 0.51 | 0.35 |
| Hex | 89 | 5A | 2C | 0 | 22 | 44 | 2E | 1E | 33 | 23 |
| Octal | 211 | 132 | 54 | 0 | 42 | 104 | 56 | 36 | 63 | 43 |
| Binary | 10001001 | 1011010 | 101100 | 0 | 100010 | 1000100 | 101110 | 11110 | 110011 | 100011 |
Color Harmonies of #895A2C
Complementary color
Monochromatic Colors of #895A2C
Black with #895A2C
Text Example
Text Example
White with #895A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A2C; }
p { color: rgb(137,90,44); }
H1.HeaderClassName
{
color: #895A2C;
}
.AnyTagClassName
{
color: #895A2C;
}
</style>
background-color css
<style>
a { background-color: #895A2C; }
a { background-color: rgb(137,90,44); }
div.DivClassName
{
background-color: #895A2C;
}
.BgClassName
{
background-color: #895A2C;
}
</style>
border-color css
<style>
span { border-color: #895A2C; }
span { border-color: rgb(137,90,44); }
td.TdClassName
{
border-color: #895A2C;
}
.TagClassName
{
border-color: #895A2C;
}
</style>