Shades of Rusty Nail #885C28
Tints of Rusty Nail #885C28
RGB
CMYK
RGB Variations
Color information
#885C28 (or 0x885C28) is known color: Rusty Nail. HEX triplet: 88, 5C and 28. RGB value is (136,92,40). Sum of RGB (Red+Green+Blue) = 136+92+40=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C28 is #77A3D7. Grayscale: #636363. Windows color (decimal): -7840728 or 2645128. OLE color: 2645128.
HSL color Cylindrical-coordinate representation of color #885C28: hue angle of 32.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #885C28 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 40 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.47 |
| HSL | 32.5º | 0.55% | 0.35% | - |
| HSV(B) | 32.5º | 0.71% | 0.53% | - |
| XYZ | 14.36 | 13.04 | 3.77 | - |
| YUV | 99.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 40 | 0 | 0.32 | 0.71 | 0.47 | 32.5 | 0.55 | 0.35 |
| Hex | 88 | 5C | 28 | 0 | 20 | 47 | 2F | 20 | 37 | 23 |
| Octal | 210 | 134 | 50 | 0 | 40 | 107 | 57 | 40 | 67 | 43 |
| Binary | 10001000 | 1011100 | 101000 | 0 | 100000 | 1000111 | 101111 | 100000 | 110111 | 100011 |
Color Harmonies of #885C28
Complementary color
Monochromatic Colors of #885C28
Black with #885C28
Text Example
Text Example
White with #885C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C28; }
p { color: rgb(136,92,40); }
H1.HeaderClassName
{
color: #885C28;
}
.AnyTagClassName
{
color: #885C28;
}
</style>
background-color css
<style>
a { background-color: #885C28; }
a { background-color: rgb(136,92,40); }
div.DivClassName
{
background-color: #885C28;
}
.BgClassName
{
background-color: #885C28;
}
</style>
border-color css
<style>
span { border-color: #885C28; }
span { border-color: rgb(136,92,40); }
td.TdClassName
{
border-color: #885C28;
}
.TagClassName
{
border-color: #885C28;
}
</style>