Shades of Rusty Nail #885932
Tints of Rusty Nail #885932
RGB
CMYK
RGB Variations
Color information
#885932 (or 0x885932) is known color: Rusty Nail. HEX triplet: 88, 59 and 32. RGB value is (136,89,50). Sum of RGB (Red+Green+Blue) = 136+89+50=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #885932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885932 is #77A6CD. Grayscale: #626262. Windows color (decimal): -7841486 or 3299720. OLE color: 3299720.
HSL color Cylindrical-coordinate representation of color #885932: hue angle of 27.21º 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 #885932 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 50 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.47 |
| HSL | 27.21º | 0.46% | 0.36% | - |
| HSV(B) | 27.21º | 0.63% | 0.53% | - |
| XYZ | 14.3 | 12.61 | 4.7 | - |
| YUV | 98.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 50 | 0 | 0.35 | 0.63 | 0.47 | 27.21 | 0.46 | 0.36 |
| Hex | 88 | 59 | 32 | 0 | 23 | 3F | 2F | 1B | 2E | 24 |
| Octal | 210 | 131 | 62 | 0 | 43 | 77 | 57 | 33 | 56 | 44 |
| Binary | 10001000 | 1011001 | 110010 | 0 | 100011 | 111111 | 101111 | 11011 | 101110 | 100100 |
Color Harmonies of #885932
Complementary color
Monochromatic Colors of #885932
Black with #885932
Text Example
Text Example
White with #885932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885932; }
p { color: rgb(136,89,50); }
H1.HeaderClassName
{
color: #885932;
}
.AnyTagClassName
{
color: #885932;
}
</style>
background-color css
<style>
a { background-color: #885932; }
a { background-color: rgb(136,89,50); }
div.DivClassName
{
background-color: #885932;
}
.BgClassName
{
background-color: #885932;
}
</style>
border-color css
<style>
span { border-color: #885932; }
span { border-color: rgb(136,89,50); }
td.TdClassName
{
border-color: #885932;
}
.TagClassName
{
border-color: #885932;
}
</style>