Shades of Rusty Nail #8B5E2B
Tints of Rusty Nail #8B5E2B
RGB
CMYK
RGB Variations
Color information
#8B5E2B (or 0x8B5E2B) is known color: Rusty Nail. HEX triplet: 8B, 5E and 2B. RGB value is (139,94,43). Sum of RGB (Red+Green+Blue) = 139+94+43=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E2B is #74A1D4. Grayscale: #656565. Windows color (decimal): -7643605 or 2842251. OLE color: 2842251.
HSL color Cylindrical-coordinate representation of color #8B5E2B: hue angle of 31.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B5E2B is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 43 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.45 |
| HSL | 31.88º | 0.53% | 0.36% | - |
| HSV(B) | 31.88º | 0.69% | 0.55% | - |
| XYZ | 15.09 | 13.67 | 4.13 | - |
| YUV | 101.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 43 | 0 | 0.32 | 0.69 | 0.45 | 31.88 | 0.53 | 0.36 |
| Hex | 8B | 5E | 2B | 0 | 20 | 45 | 2D | 20 | 35 | 24 |
| Octal | 213 | 136 | 53 | 0 | 40 | 105 | 55 | 40 | 65 | 44 |
| Binary | 10001011 | 1011110 | 101011 | 0 | 100000 | 1000101 | 101101 | 100000 | 110101 | 100100 |
Color Harmonies of #8B5E2B
Complementary color
Monochromatic Colors of #8B5E2B
Black with #8B5E2B
Text Example
Text Example
White with #8B5E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E2B; }
p { color: rgb(139,94,43); }
H1.HeaderClassName
{
color: #8B5E2B;
}
.AnyTagClassName
{
color: #8B5E2B;
}
</style>
background-color css
<style>
a { background-color: #8B5E2B; }
a { background-color: rgb(139,94,43); }
div.DivClassName
{
background-color: #8B5E2B;
}
.BgClassName
{
background-color: #8B5E2B;
}
</style>
border-color css
<style>
span { border-color: #8B5E2B; }
span { border-color: rgb(139,94,43); }
td.TdClassName
{
border-color: #8B5E2B;
}
.TagClassName
{
border-color: #8B5E2B;
}
</style>