Shades of Rusty Nail #885E2F
Tints of Rusty Nail #885E2F
RGB
CMYK
RGB Variations
Color information
#885E2F (or 0x885E2F) is known color: Rusty Nail. HEX triplet: 88, 5E and 2F. RGB value is (136,94,47). Sum of RGB (Red+Green+Blue) = 136+94+47=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #885E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E2F is #77A1D0. Grayscale: #656565. Windows color (decimal): -7840209 or 3104392. OLE color: 3104392.
HSL color Cylindrical-coordinate representation of color #885E2F: hue angle of 31.69º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #885E2F is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 47 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.47 |
| HSL | 31.69º | 0.49% | 0.36% | - |
| HSV(B) | 31.69º | 0.65% | 0.53% | - |
| XYZ | 14.67 | 13.44 | 4.51 | - |
| YUV | 101.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 47 | 0 | 0.31 | 0.65 | 0.47 | 31.69 | 0.49 | 0.36 |
| Hex | 88 | 5E | 2F | 0 | 1F | 41 | 2F | 20 | 31 | 24 |
| Octal | 210 | 136 | 57 | 0 | 37 | 101 | 57 | 40 | 61 | 44 |
| Binary | 10001000 | 1011110 | 101111 | 0 | 11111 | 1000001 | 101111 | 100000 | 110001 | 100100 |
Color Harmonies of #885E2F
Complementary color
Monochromatic Colors of #885E2F
Black with #885E2F
Text Example
Text Example
White with #885E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E2F; }
p { color: rgb(136,94,47); }
H1.HeaderClassName
{
color: #885E2F;
}
.AnyTagClassName
{
color: #885E2F;
}
</style>
background-color css
<style>
a { background-color: #885E2F; }
a { background-color: rgb(136,94,47); }
div.DivClassName
{
background-color: #885E2F;
}
.BgClassName
{
background-color: #885E2F;
}
</style>
border-color css
<style>
span { border-color: #885E2F; }
span { border-color: rgb(136,94,47); }
td.TdClassName
{
border-color: #885E2F;
}
.TagClassName
{
border-color: #885E2F;
}
</style>