Shades of Rusty Nail #88602D
Tints of Rusty Nail #88602D
RGB
CMYK
RGB Variations
Color information
#88602D (or 0x88602D) is known color: Rusty Nail. HEX triplet: 88, 60 and 2D. RGB value is (136,96,45). Sum of RGB (Red+Green+Blue) = 136+96+45=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88602D is #779FD2. Grayscale: #666666. Windows color (decimal): -7839699 or 2973832. OLE color: 2973832.
HSL color Cylindrical-coordinate representation of color #88602D: hue angle of 33.63º 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 #88602D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 45 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.47 |
| HSL | 33.63º | 0.5% | 0.35% | - |
| HSV(B) | 33.63º | 0.67% | 0.53% | - |
| XYZ | 14.81 | 13.79 | 4.36 | - |
| YUV | 102.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 45 | 0 | 0.29 | 0.67 | 0.47 | 33.63 | 0.5 | 0.35 |
| Hex | 88 | 60 | 2D | 0 | 1D | 43 | 2F | 22 | 32 | 23 |
| Octal | 210 | 140 | 55 | 0 | 35 | 103 | 57 | 42 | 62 | 43 |
| Binary | 10001000 | 1100000 | 101101 | 0 | 11101 | 1000011 | 101111 | 100010 | 110010 | 100011 |
Color Harmonies of #88602D
Complementary color
Monochromatic Colors of #88602D
Black with #88602D
Text Example
Text Example
White with #88602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88602D; }
p { color: rgb(136,96,45); }
H1.HeaderClassName
{
color: #88602D;
}
.AnyTagClassName
{
color: #88602D;
}
</style>
background-color css
<style>
a { background-color: #88602D; }
a { background-color: rgb(136,96,45); }
div.DivClassName
{
background-color: #88602D;
}
.BgClassName
{
background-color: #88602D;
}
</style>
border-color css
<style>
span { border-color: #88602D; }
span { border-color: rgb(136,96,45); }
td.TdClassName
{
border-color: #88602D;
}
.TagClassName
{
border-color: #88602D;
}
</style>