Shades of Rusty Nail #885E30
Tints of Rusty Nail #885E30
RGB
CMYK
RGB Variations
Color information
#885E30 (or 0x885E30) is known color: Rusty Nail. HEX triplet: 88, 5E and 30. RGB value is (136,94,48). Sum of RGB (Red+Green+Blue) = 136+94+48=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #885E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E30 is #77A1CF. Grayscale: #656565. Windows color (decimal): -7840208 or 3169928. OLE color: 3169928.
HSL color Cylindrical-coordinate representation of color #885E30: hue angle of 31.36º 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 #885E30 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 48 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.47 |
| HSL | 31.36º | 0.48% | 0.36% | - |
| HSV(B) | 31.36º | 0.65% | 0.53% | - |
| XYZ | 14.69 | 13.45 | 4.62 | - |
| YUV | 101.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 48 | 0 | 0.31 | 0.65 | 0.47 | 31.36 | 0.48 | 0.36 |
| Hex | 88 | 5E | 30 | 0 | 1F | 41 | 2F | 1F | 30 | 24 |
| Octal | 210 | 136 | 60 | 0 | 37 | 101 | 57 | 37 | 60 | 44 |
| Binary | 10001000 | 1011110 | 110000 | 0 | 11111 | 1000001 | 101111 | 11111 | 110000 | 100100 |
Color Harmonies of #885E30
Complementary color
Monochromatic Colors of #885E30
Black with #885E30
Text Example
Text Example
White with #885E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E30; }
p { color: rgb(136,94,48); }
H1.HeaderClassName
{
color: #885E30;
}
.AnyTagClassName
{
color: #885E30;
}
</style>
background-color css
<style>
a { background-color: #885E30; }
a { background-color: rgb(136,94,48); }
div.DivClassName
{
background-color: #885E30;
}
.BgClassName
{
background-color: #885E30;
}
</style>
border-color css
<style>
span { border-color: #885E30; }
span { border-color: rgb(136,94,48); }
td.TdClassName
{
border-color: #885E30;
}
.TagClassName
{
border-color: #885E30;
}
</style>