Shades of Rusty Nail #885C2A
Tints of Rusty Nail #885C2A
RGB
CMYK
RGB Variations
Color information
#885C2A (or 0x885C2A) is known color: Rusty Nail. HEX triplet: 88, 5C and 2A. RGB value is (136,92,42). Sum of RGB (Red+Green+Blue) = 136+92+42=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #885C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C2A is #77A3D5. Grayscale: #636363. Windows color (decimal): -7840726 or 2776200. OLE color: 2776200.
HSL color Cylindrical-coordinate representation of color #885C2A: hue angle of 31.91º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #885C2A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 42 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.47 |
| HSL | 31.91º | 0.53% | 0.35% | - |
| HSV(B) | 31.91º | 0.69% | 0.53% | - |
| XYZ | 14.4 | 13.06 | 3.95 | - |
| YUV | 99.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 42 | 0 | 0.32 | 0.69 | 0.47 | 31.91 | 0.53 | 0.35 |
| Hex | 88 | 5C | 2A | 0 | 20 | 45 | 2F | 20 | 35 | 23 |
| Octal | 210 | 134 | 52 | 0 | 40 | 105 | 57 | 40 | 65 | 43 |
| Binary | 10001000 | 1011100 | 101010 | 0 | 100000 | 1000101 | 101111 | 100000 | 110101 | 100011 |
Color Harmonies of #885C2A
Complementary color
Monochromatic Colors of #885C2A
Black with #885C2A
Text Example
Text Example
White with #885C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C2A; }
p { color: rgb(136,92,42); }
H1.HeaderClassName
{
color: #885C2A;
}
.AnyTagClassName
{
color: #885C2A;
}
</style>
background-color css
<style>
a { background-color: #885C2A; }
a { background-color: rgb(136,92,42); }
div.DivClassName
{
background-color: #885C2A;
}
.BgClassName
{
background-color: #885C2A;
}
</style>
border-color css
<style>
span { border-color: #885C2A; }
span { border-color: rgb(136,92,42); }
td.TdClassName
{
border-color: #885C2A;
}
.TagClassName
{
border-color: #885C2A;
}
</style>