Shades of Rusty Nail #8B582B
Tints of Rusty Nail #8B582B
RGB
CMYK
RGB Variations
Color information
#8B582B (or 0x8B582B) is known color: Rusty Nail. HEX triplet: 8B, 58 and 2B. RGB value is (139,88,43). Sum of RGB (Red+Green+Blue) = 139+88+43=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B582B is #74A7D4. Grayscale: #626262. Windows color (decimal): -7645141 or 2840715. OLE color: 2840715.
HSL color Cylindrical-coordinate representation of color #8B582B: hue angle of 28.12º 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 #8B582B is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 43 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.45 |
| HSL | 28.13º | 0.53% | 0.36% | - |
| HSV(B) | 28.13º | 0.69% | 0.55% | - |
| XYZ | 14.57 | 12.64 | 3.96 | - |
| YUV | 98.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 43 | 0 | 0.37 | 0.69 | 0.45 | 28.13 | 0.53 | 0.36 |
| Hex | 8B | 58 | 2B | 0 | 25 | 45 | 2D | 1C | 35 | 24 |
| Octal | 213 | 130 | 53 | 0 | 45 | 105 | 55 | 34 | 65 | 44 |
| Binary | 10001011 | 1011000 | 101011 | 0 | 100101 | 1000101 | 101101 | 11100 | 110101 | 100100 |
Color Harmonies of #8B582B
Complementary color
Monochromatic Colors of #8B582B
Black with #8B582B
Text Example
Text Example
White with #8B582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B582B; }
p { color: rgb(139,88,43); }
H1.HeaderClassName
{
color: #8B582B;
}
.AnyTagClassName
{
color: #8B582B;
}
</style>
background-color css
<style>
a { background-color: #8B582B; }
a { background-color: rgb(139,88,43); }
div.DivClassName
{
background-color: #8B582B;
}
.BgClassName
{
background-color: #8B582B;
}
</style>
border-color css
<style>
span { border-color: #8B582B; }
span { border-color: rgb(139,88,43); }
td.TdClassName
{
border-color: #8B582B;
}
.TagClassName
{
border-color: #8B582B;
}
</style>