Shades of Rusty Nail #885F2F
Tints of Rusty Nail #885F2F
RGB
CMYK
RGB Variations
Color information
#885F2F (or 0x885F2F) is known color: Rusty Nail. HEX triplet: 88, 5F and 2F. RGB value is (136,95,47). Sum of RGB (Red+Green+Blue) = 136+95+47=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #885F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F2F is #77A0D0. Grayscale: #666666. Windows color (decimal): -7839953 or 3104648. OLE color: 3104648.
HSL color Cylindrical-coordinate representation of color #885F2F: hue angle of 32.36º 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 #885F2F is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 47 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.47 |
| HSL | 32.36º | 0.49% | 0.36% | - |
| HSV(B) | 32.36º | 0.65% | 0.53% | - |
| XYZ | 14.76 | 13.62 | 4.54 | - |
| YUV | 101.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 47 | 0 | 0.30 | 0.65 | 0.47 | 32.36 | 0.49 | 0.36 |
| Hex | 88 | 5F | 2F | 0 | 1E | 41 | 2F | 20 | 31 | 24 |
| Octal | 210 | 137 | 57 | 0 | 36 | 101 | 57 | 40 | 61 | 44 |
| Binary | 10001000 | 1011111 | 101111 | 0 | 11110 | 1000001 | 101111 | 100000 | 110001 | 100100 |
Color Harmonies of #885F2F
Complementary color
Monochromatic Colors of #885F2F
Black with #885F2F
Text Example
Text Example
White with #885F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F2F; }
p { color: rgb(136,95,47); }
H1.HeaderClassName
{
color: #885F2F;
}
.AnyTagClassName
{
color: #885F2F;
}
</style>
background-color css
<style>
a { background-color: #885F2F; }
a { background-color: rgb(136,95,47); }
div.DivClassName
{
background-color: #885F2F;
}
.BgClassName
{
background-color: #885F2F;
}
</style>
border-color css
<style>
span { border-color: #885F2F; }
span { border-color: rgb(136,95,47); }
td.TdClassName
{
border-color: #885F2F;
}
.TagClassName
{
border-color: #885F2F;
}
</style>