Shades of Rusty Nail #885C2E
Tints of Rusty Nail #885C2E
RGB
CMYK
RGB Variations
Color information
#885C2E (or 0x885C2E) is known color: Rusty Nail. HEX triplet: 88, 5C and 2E. RGB value is (136,92,46). Sum of RGB (Red+Green+Blue) = 136+92+46=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #885C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C2E is #77A3D1. Grayscale: #646464. Windows color (decimal): -7840722 or 3038344. OLE color: 3038344.
HSL color Cylindrical-coordinate representation of color #885C2E: hue angle of 30.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #885C2E is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 46 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.47 |
| HSL | 30.67º | 0.49% | 0.36% | - |
| HSV(B) | 30.67º | 0.66% | 0.53% | - |
| XYZ | 14.47 | 13.09 | 4.35 | - |
| YUV | 99.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 46 | 0 | 0.32 | 0.66 | 0.47 | 30.67 | 0.49 | 0.36 |
| Hex | 88 | 5C | 2E | 0 | 20 | 42 | 2F | 1F | 31 | 24 |
| Octal | 210 | 134 | 56 | 0 | 40 | 102 | 57 | 37 | 61 | 44 |
| Binary | 10001000 | 1011100 | 101110 | 0 | 100000 | 1000010 | 101111 | 11111 | 110001 | 100100 |
Color Harmonies of #885C2E
Complementary color
Monochromatic Colors of #885C2E
Black with #885C2E
Text Example
Text Example
White with #885C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C2E; }
p { color: rgb(136,92,46); }
H1.HeaderClassName
{
color: #885C2E;
}
.AnyTagClassName
{
color: #885C2E;
}
</style>
background-color css
<style>
a { background-color: #885C2E; }
a { background-color: rgb(136,92,46); }
div.DivClassName
{
background-color: #885C2E;
}
.BgClassName
{
background-color: #885C2E;
}
</style>
border-color css
<style>
span { border-color: #885C2E; }
span { border-color: rgb(136,92,46); }
td.TdClassName
{
border-color: #885C2E;
}
.TagClassName
{
border-color: #885C2E;
}
</style>