Shades of Rusty Nail #885A2A
Tints of Rusty Nail #885A2A
RGB
CMYK
RGB Variations
Color information
#885A2A (or 0x885A2A) is known color: Rusty Nail. HEX triplet: 88, 5A and 2A. RGB value is (136,90,42). Sum of RGB (Red+Green+Blue) = 136+90+42=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A2A is #77A5D5. Grayscale: #626262. Windows color (decimal): -7841238 or 2775688. OLE color: 2775688.
HSL color Cylindrical-coordinate representation of color #885A2A: hue angle of 30.64º 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 #885A2A is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 42 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.47 |
| HSL | 30.64º | 0.53% | 0.35% | - |
| HSV(B) | 30.64º | 0.69% | 0.53% | - |
| XYZ | 14.23 | 12.71 | 3.89 | - |
| YUV | 98.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 42 | 0 | 0.34 | 0.69 | 0.47 | 30.64 | 0.53 | 0.35 |
| Hex | 88 | 5A | 2A | 0 | 22 | 45 | 2F | 1F | 35 | 23 |
| Octal | 210 | 132 | 52 | 0 | 42 | 105 | 57 | 37 | 65 | 43 |
| Binary | 10001000 | 1011010 | 101010 | 0 | 100010 | 1000101 | 101111 | 11111 | 110101 | 100011 |
Color Harmonies of #885A2A
Complementary color
Monochromatic Colors of #885A2A
Black with #885A2A
Text Example
Text Example
White with #885A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A2A; }
p { color: rgb(136,90,42); }
H1.HeaderClassName
{
color: #885A2A;
}
.AnyTagClassName
{
color: #885A2A;
}
</style>
background-color css
<style>
a { background-color: #885A2A; }
a { background-color: rgb(136,90,42); }
div.DivClassName
{
background-color: #885A2A;
}
.BgClassName
{
background-color: #885A2A;
}
</style>
border-color css
<style>
span { border-color: #885A2A; }
span { border-color: rgb(136,90,42); }
td.TdClassName
{
border-color: #885A2A;
}
.TagClassName
{
border-color: #885A2A;
}
</style>