Shades of Rusty Nail #885D2D
Tints of Rusty Nail #885D2D
RGB
CMYK
RGB Variations
Color information
#885D2D (or 0x885D2D) is known color: Rusty Nail. HEX triplet: 88, 5D and 2D. RGB value is (136,93,45). Sum of RGB (Red+Green+Blue) = 136+93+45=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #885D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D2D is #77A2D2. Grayscale: #646464. Windows color (decimal): -7840467 or 2973064. OLE color: 2973064.
HSL color Cylindrical-coordinate representation of color #885D2D: hue angle of 31.65º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #885D2D is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 45 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.47 |
| HSL | 31.65º | 0.5% | 0.35% | - |
| HSV(B) | 31.65º | 0.67% | 0.53% | - |
| XYZ | 14.54 | 13.25 | 4.27 | - |
| YUV | 100.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 45 | 0 | 0.32 | 0.67 | 0.47 | 31.65 | 0.5 | 0.35 |
| Hex | 88 | 5D | 2D | 0 | 20 | 43 | 2F | 20 | 32 | 23 |
| Octal | 210 | 135 | 55 | 0 | 40 | 103 | 57 | 40 | 62 | 43 |
| Binary | 10001000 | 1011101 | 101101 | 0 | 100000 | 1000011 | 101111 | 100000 | 110010 | 100011 |
Color Harmonies of #885D2D
Complementary color
Monochromatic Colors of #885D2D
Black with #885D2D
Text Example
Text Example
White with #885D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D2D; }
p { color: rgb(136,93,45); }
H1.HeaderClassName
{
color: #885D2D;
}
.AnyTagClassName
{
color: #885D2D;
}
</style>
background-color css
<style>
a { background-color: #885D2D; }
a { background-color: rgb(136,93,45); }
div.DivClassName
{
background-color: #885D2D;
}
.BgClassName
{
background-color: #885D2D;
}
</style>
border-color css
<style>
span { border-color: #885D2D; }
span { border-color: rgb(136,93,45); }
td.TdClassName
{
border-color: #885D2D;
}
.TagClassName
{
border-color: #885D2D;
}
</style>