Shades of Rusty Nail #8B582F
Tints of Rusty Nail #8B582F
RGB
CMYK
RGB Variations
Color information
#8B582F (or 0x8B582F) is known color: Rusty Nail. HEX triplet: 8B, 58 and 2F. RGB value is (139,88,47). Sum of RGB (Red+Green+Blue) = 139+88+47=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B582F is #74A7D0. Grayscale: #626262. Windows color (decimal): -7645137 or 3102859. OLE color: 3102859.
HSL color Cylindrical-coordinate representation of color #8B582F: hue angle of 26.74º 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 #8B582F is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 47 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.45 |
| HSL | 26.74º | 0.49% | 0.36% | - |
| HSV(B) | 26.74º | 0.66% | 0.55% | - |
| XYZ | 14.65 | 12.67 | 4.36 | - |
| YUV | 98.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 47 | 0 | 0.37 | 0.66 | 0.45 | 26.74 | 0.49 | 0.36 |
| Hex | 8B | 58 | 2F | 0 | 25 | 42 | 2D | 1B | 31 | 24 |
| Octal | 213 | 130 | 57 | 0 | 45 | 102 | 55 | 33 | 61 | 44 |
| Binary | 10001011 | 1011000 | 101111 | 0 | 100101 | 1000010 | 101101 | 11011 | 110001 | 100100 |
Color Harmonies of #8B582F
Complementary color
Monochromatic Colors of #8B582F
Black with #8B582F
Text Example
Text Example
White with #8B582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B582F; }
p { color: rgb(139,88,47); }
H1.HeaderClassName
{
color: #8B582F;
}
.AnyTagClassName
{
color: #8B582F;
}
</style>
background-color css
<style>
a { background-color: #8B582F; }
a { background-color: rgb(139,88,47); }
div.DivClassName
{
background-color: #8B582F;
}
.BgClassName
{
background-color: #8B582F;
}
</style>
border-color css
<style>
span { border-color: #8B582F; }
span { border-color: rgb(139,88,47); }
td.TdClassName
{
border-color: #8B582F;
}
.TagClassName
{
border-color: #8B582F;
}
</style>