Shades of Rusty Nail #895A32
Tints of Rusty Nail #895A32
RGB
CMYK
RGB Variations
Color information
#895A32 (or 0x895A32) is known color: Rusty Nail. HEX triplet: 89, 5A and 32. RGB value is (137,90,50). Sum of RGB (Red+Green+Blue) = 137+90+50=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #895A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A32 is #76A5CD. Grayscale: #636363. Windows color (decimal): -7775694 or 3299977. OLE color: 3299977.
HSL color Cylindrical-coordinate representation of color #895A32: hue angle of 27.59º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895A32 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 50 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.46 |
| HSL | 27.59º | 0.47% | 0.37% | - |
| HSV(B) | 27.59º | 0.64% | 0.54% | - |
| XYZ | 14.55 | 12.86 | 4.73 | - |
| YUV | 99.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 50 | 0 | 0.34 | 0.64 | 0.46 | 27.59 | 0.47 | 0.37 |
| Hex | 89 | 5A | 32 | 0 | 22 | 40 | 2E | 1C | 2F | 25 |
| Octal | 211 | 132 | 62 | 0 | 42 | 100 | 56 | 34 | 57 | 45 |
| Binary | 10001001 | 1011010 | 110010 | 0 | 100010 | 1000000 | 101110 | 11100 | 101111 | 100101 |
Color Harmonies of #895A32
Complementary color
Monochromatic Colors of #895A32
Black with #895A32
Text Example
Text Example
White with #895A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A32; }
p { color: rgb(137,90,50); }
H1.HeaderClassName
{
color: #895A32;
}
.AnyTagClassName
{
color: #895A32;
}
</style>
background-color css
<style>
a { background-color: #895A32; }
a { background-color: rgb(137,90,50); }
div.DivClassName
{
background-color: #895A32;
}
.BgClassName
{
background-color: #895A32;
}
</style>
border-color css
<style>
span { border-color: #895A32; }
span { border-color: rgb(137,90,50); }
td.TdClassName
{
border-color: #895A32;
}
.TagClassName
{
border-color: #895A32;
}
</style>