Shades of Rusty Nail #895A30
Tints of Rusty Nail #895A30
RGB
CMYK
RGB Variations
Color information
#895A30 (or 0x895A30) is known color: Rusty Nail. HEX triplet: 89, 5A and 30. RGB value is (137,90,48). Sum of RGB (Red+Green+Blue) = 137+90+48=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #895A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A30 is #76A5CF. Grayscale: #636363. Windows color (decimal): -7775696 or 3168905. OLE color: 3168905.
HSL color Cylindrical-coordinate representation of color #895A30: hue angle of 28.31º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #895A30 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 48 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.46 |
| HSL | 28.31º | 0.48% | 0.36% | - |
| HSV(B) | 28.31º | 0.65% | 0.54% | - |
| XYZ | 14.51 | 12.84 | 4.51 | - |
| YUV | 99.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 48 | 0 | 0.34 | 0.65 | 0.46 | 28.31 | 0.48 | 0.36 |
| Hex | 89 | 5A | 30 | 0 | 22 | 41 | 2E | 1C | 30 | 24 |
| Octal | 211 | 132 | 60 | 0 | 42 | 101 | 56 | 34 | 60 | 44 |
| Binary | 10001001 | 1011010 | 110000 | 0 | 100010 | 1000001 | 101110 | 11100 | 110000 | 100100 |
Color Harmonies of #895A30
Complementary color
Monochromatic Colors of #895A30
Black with #895A30
Text Example
Text Example
White with #895A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A30; }
p { color: rgb(137,90,48); }
H1.HeaderClassName
{
color: #895A30;
}
.AnyTagClassName
{
color: #895A30;
}
</style>
background-color css
<style>
a { background-color: #895A30; }
a { background-color: rgb(137,90,48); }
div.DivClassName
{
background-color: #895A30;
}
.BgClassName
{
background-color: #895A30;
}
</style>
border-color css
<style>
span { border-color: #895A30; }
span { border-color: rgb(137,90,48); }
td.TdClassName
{
border-color: #895A30;
}
.TagClassName
{
border-color: #895A30;
}
</style>