Shades of Rusty Nail #895A2A
Tints of Rusty Nail #895A2A
RGB
CMYK
RGB Variations
Color information
#895A2A (or 0x895A2A) is known color: Rusty Nail. HEX triplet: 89, 5A and 2A. RGB value is (137,90,42). Sum of RGB (Red+Green+Blue) = 137+90+42=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A2A is #76A5D5. Grayscale: #626262. Windows color (decimal): -7775702 or 2775689. OLE color: 2775689.
HSL color Cylindrical-coordinate representation of color #895A2A: hue angle of 30.32º 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 #895A2A is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 42 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.46 |
| HSL | 30.32º | 0.53% | 0.35% | - |
| HSV(B) | 30.32º | 0.69% | 0.54% | - |
| XYZ | 14.39 | 12.8 | 3.9 | - |
| YUV | 98.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 42 | 0 | 0.34 | 0.69 | 0.46 | 30.32 | 0.53 | 0.35 |
| Hex | 89 | 5A | 2A | 0 | 22 | 45 | 2E | 1E | 35 | 23 |
| Octal | 211 | 132 | 52 | 0 | 42 | 105 | 56 | 36 | 65 | 43 |
| Binary | 10001001 | 1011010 | 101010 | 0 | 100010 | 1000101 | 101110 | 11110 | 110101 | 100011 |
Color Harmonies of #895A2A
Complementary color
Monochromatic Colors of #895A2A
Black with #895A2A
Text Example
Text Example
White with #895A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A2A; }
p { color: rgb(137,90,42); }
H1.HeaderClassName
{
color: #895A2A;
}
.AnyTagClassName
{
color: #895A2A;
}
</style>
background-color css
<style>
a { background-color: #895A2A; }
a { background-color: rgb(137,90,42); }
div.DivClassName
{
background-color: #895A2A;
}
.BgClassName
{
background-color: #895A2A;
}
</style>
border-color css
<style>
span { border-color: #895A2A; }
span { border-color: rgb(137,90,42); }
td.TdClassName
{
border-color: #895A2A;
}
.TagClassName
{
border-color: #895A2A;
}
</style>