Shades of Rusty Nail #8B5E2F
Tints of Rusty Nail #8B5E2F
RGB
CMYK
RGB Variations
Color information
#8B5E2F (or 0x8B5E2F) is known color: Rusty Nail. HEX triplet: 8B, 5E and 2F. RGB value is (139,94,47). Sum of RGB (Red+Green+Blue) = 139+94+47=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E2F is #74A1D0. Grayscale: #666666. Windows color (decimal): -7643601 or 3104395. OLE color: 3104395.
HSL color Cylindrical-coordinate representation of color #8B5E2F: hue angle of 30.65º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B5E2F is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 47 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.45 |
| HSL | 30.65º | 0.49% | 0.36% | - |
| HSV(B) | 30.65º | 0.66% | 0.55% | - |
| XYZ | 15.16 | 13.7 | 4.53 | - |
| YUV | 102.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 47 | 0 | 0.32 | 0.66 | 0.45 | 30.65 | 0.49 | 0.36 |
| Hex | 8B | 5E | 2F | 0 | 20 | 42 | 2D | 1F | 31 | 24 |
| Octal | 213 | 136 | 57 | 0 | 40 | 102 | 55 | 37 | 61 | 44 |
| Binary | 10001011 | 1011110 | 101111 | 0 | 100000 | 1000010 | 101101 | 11111 | 110001 | 100100 |
Color Harmonies of #8B5E2F
Complementary color
Monochromatic Colors of #8B5E2F
Black with #8B5E2F
Text Example
Text Example
White with #8B5E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E2F; }
p { color: rgb(139,94,47); }
H1.HeaderClassName
{
color: #8B5E2F;
}
.AnyTagClassName
{
color: #8B5E2F;
}
</style>
background-color css
<style>
a { background-color: #8B5E2F; }
a { background-color: rgb(139,94,47); }
div.DivClassName
{
background-color: #8B5E2F;
}
.BgClassName
{
background-color: #8B5E2F;
}
</style>
border-color css
<style>
span { border-color: #8B5E2F; }
span { border-color: rgb(139,94,47); }
td.TdClassName
{
border-color: #8B5E2F;
}
.TagClassName
{
border-color: #8B5E2F;
}
</style>