Shades of Rusty Nail #885F32
Tints of Rusty Nail #885F32
RGB
CMYK
RGB Variations
Color information
#885F32 (or 0x885F32) is known color: Rusty Nail. HEX triplet: 88, 5F and 32. RGB value is (136,95,50). Sum of RGB (Red+Green+Blue) = 136+95+50=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #885F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F32 is #77A0CD. Grayscale: #666666. Windows color (decimal): -7839950 or 3301256. OLE color: 3301256.
HSL color Cylindrical-coordinate representation of color #885F32: hue angle of 31.4º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885F32 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 50 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.47 |
| HSL | 31.4º | 0.46% | 0.36% | - |
| HSV(B) | 31.4º | 0.63% | 0.53% | - |
| XYZ | 14.82 | 13.65 | 4.87 | - |
| YUV | 102.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 50 | 0 | 0.30 | 0.63 | 0.47 | 31.4 | 0.46 | 0.36 |
| Hex | 88 | 5F | 32 | 0 | 1E | 3F | 2F | 1F | 2E | 24 |
| Octal | 210 | 137 | 62 | 0 | 36 | 77 | 57 | 37 | 56 | 44 |
| Binary | 10001000 | 1011111 | 110010 | 0 | 11110 | 111111 | 101111 | 11111 | 101110 | 100100 |
Color Harmonies of #885F32
Complementary color
Monochromatic Colors of #885F32
Black with #885F32
Text Example
Text Example
White with #885F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F32; }
p { color: rgb(136,95,50); }
H1.HeaderClassName
{
color: #885F32;
}
.AnyTagClassName
{
color: #885F32;
}
</style>
background-color css
<style>
a { background-color: #885F32; }
a { background-color: rgb(136,95,50); }
div.DivClassName
{
background-color: #885F32;
}
.BgClassName
{
background-color: #885F32;
}
</style>
border-color css
<style>
span { border-color: #885F32; }
span { border-color: rgb(136,95,50); }
td.TdClassName
{
border-color: #885F32;
}
.TagClassName
{
border-color: #885F32;
}
</style>