Shades of Rusty Nail #895832
Tints of Rusty Nail #895832
RGB
CMYK
RGB Variations
Color information
#895832 (or 0x895832) is known color: Rusty Nail. HEX triplet: 89, 58 and 32. RGB value is (137,88,50). Sum of RGB (Red+Green+Blue) = 137+88+50=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #895832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895832 is #76A7CD. Grayscale: #626262. Windows color (decimal): -7776206 or 3299465. OLE color: 3299465.
HSL color Cylindrical-coordinate representation of color #895832: hue angle of 26.21º 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 #895832 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 50 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.46 |
| HSL | 26.21º | 0.47% | 0.37% | - |
| HSV(B) | 26.21º | 0.64% | 0.54% | - |
| XYZ | 14.38 | 12.53 | 4.68 | - |
| YUV | 98.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 50 | 0 | 0.36 | 0.64 | 0.46 | 26.21 | 0.47 | 0.37 |
| Hex | 89 | 58 | 32 | 0 | 24 | 40 | 2E | 1A | 2F | 25 |
| Octal | 211 | 130 | 62 | 0 | 44 | 100 | 56 | 32 | 57 | 45 |
| Binary | 10001001 | 1011000 | 110010 | 0 | 100100 | 1000000 | 101110 | 11010 | 101111 | 100101 |
Color Harmonies of #895832
Complementary color
Monochromatic Colors of #895832
Black with #895832
Text Example
Text Example
White with #895832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895832; }
p { color: rgb(137,88,50); }
H1.HeaderClassName
{
color: #895832;
}
.AnyTagClassName
{
color: #895832;
}
</style>
background-color css
<style>
a { background-color: #895832; }
a { background-color: rgb(137,88,50); }
div.DivClassName
{
background-color: #895832;
}
.BgClassName
{
background-color: #895832;
}
</style>
border-color css
<style>
span { border-color: #895832; }
span { border-color: rgb(137,88,50); }
td.TdClassName
{
border-color: #895832;
}
.TagClassName
{
border-color: #895832;
}
</style>