Shades of Rusty Nail #895E2A
Tints of Rusty Nail #895E2A
RGB
CMYK
RGB Variations
Color information
#895E2A (or 0x895E2A) is known color: Rusty Nail. HEX triplet: 89, 5E and 2A. RGB value is (137,94,42). Sum of RGB (Red+Green+Blue) = 137+94+42=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #895E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E2A is #76A1D5. Grayscale: #656565. Windows color (decimal): -7774678 or 2776713. OLE color: 2776713.
HSL color Cylindrical-coordinate representation of color #895E2A: hue angle of 32.84º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #895E2A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 42 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.46 |
| HSL | 32.84º | 0.53% | 0.35% | - |
| HSV(B) | 32.84º | 0.69% | 0.54% | - |
| XYZ | 14.74 | 13.49 | 4.02 | - |
| YUV | 100.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 42 | 0 | 0.31 | 0.69 | 0.46 | 32.84 | 0.53 | 0.35 |
| Hex | 89 | 5E | 2A | 0 | 1F | 45 | 2E | 21 | 35 | 23 |
| Octal | 211 | 136 | 52 | 0 | 37 | 105 | 56 | 41 | 65 | 43 |
| Binary | 10001001 | 1011110 | 101010 | 0 | 11111 | 1000101 | 101110 | 100001 | 110101 | 100011 |
Color Harmonies of #895E2A
Complementary color
Monochromatic Colors of #895E2A
Black with #895E2A
Text Example
Text Example
White with #895E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E2A; }
p { color: rgb(137,94,42); }
H1.HeaderClassName
{
color: #895E2A;
}
.AnyTagClassName
{
color: #895E2A;
}
</style>
background-color css
<style>
a { background-color: #895E2A; }
a { background-color: rgb(137,94,42); }
div.DivClassName
{
background-color: #895E2A;
}
.BgClassName
{
background-color: #895E2A;
}
</style>
border-color css
<style>
span { border-color: #895E2A; }
span { border-color: rgb(137,94,42); }
td.TdClassName
{
border-color: #895E2A;
}
.TagClassName
{
border-color: #895E2A;
}
</style>