Shades of Rusty Nail #885930
Tints of Rusty Nail #885930
RGB
CMYK
RGB Variations
Color information
#885930 (or 0x885930) is known color: Rusty Nail. HEX triplet: 88, 59 and 30. RGB value is (136,89,48). Sum of RGB (Red+Green+Blue) = 136+89+48=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #885930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885930 is #77A6CF. Grayscale: #626262. Windows color (decimal): -7841488 or 3168648. OLE color: 3168648.
HSL color Cylindrical-coordinate representation of color #885930: hue angle of 27.95º degrees, saturation: 0.48, 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 #885930 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 48 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.47 |
| HSL | 27.95º | 0.48% | 0.36% | - |
| HSV(B) | 27.95º | 0.65% | 0.53% | - |
| XYZ | 14.26 | 12.59 | 4.48 | - |
| YUV | 98.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 48 | 0 | 0.35 | 0.65 | 0.47 | 27.95 | 0.48 | 0.36 |
| Hex | 88 | 59 | 30 | 0 | 23 | 41 | 2F | 1C | 30 | 24 |
| Octal | 210 | 131 | 60 | 0 | 43 | 101 | 57 | 34 | 60 | 44 |
| Binary | 10001000 | 1011001 | 110000 | 0 | 100011 | 1000001 | 101111 | 11100 | 110000 | 100100 |
Color Harmonies of #885930
Complementary color
Monochromatic Colors of #885930
Black with #885930
Text Example
Text Example
White with #885930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885930; }
p { color: rgb(136,89,48); }
H1.HeaderClassName
{
color: #885930;
}
.AnyTagClassName
{
color: #885930;
}
</style>
background-color css
<style>
a { background-color: #885930; }
a { background-color: rgb(136,89,48); }
div.DivClassName
{
background-color: #885930;
}
.BgClassName
{
background-color: #885930;
}
</style>
border-color css
<style>
span { border-color: #885930; }
span { border-color: rgb(136,89,48); }
td.TdClassName
{
border-color: #885930;
}
.TagClassName
{
border-color: #885930;
}
</style>