Shades of Rusty Nail #8B5B2B
Tints of Rusty Nail #8B5B2B
RGB
CMYK
RGB Variations
Color information
#8B5B2B (or 0x8B5B2B) is known color: Rusty Nail. HEX triplet: 8B, 5B and 2B. RGB value is (139,91,43). Sum of RGB (Red+Green+Blue) = 139+91+43=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B2B is #74A4D4. Grayscale: #646464. Windows color (decimal): -7644373 or 2841483. OLE color: 2841483.
HSL color Cylindrical-coordinate representation of color #8B5B2B: hue angle of 30º 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 #8B5B2B is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 43 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.45 |
| HSL | 30º | 0.53% | 0.36% | - |
| HSV(B) | 30º | 0.69% | 0.55% | - |
| XYZ | 14.82 | 13.15 | 4.04 | - |
| YUV | 99.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 43 | 0 | 0.35 | 0.69 | 0.45 | 30 | 0.53 | 0.36 |
| Hex | 8B | 5B | 2B | 0 | 23 | 45 | 2D | 1E | 35 | 24 |
| Octal | 213 | 133 | 53 | 0 | 43 | 105 | 55 | 36 | 65 | 44 |
| Binary | 10001011 | 1011011 | 101011 | 0 | 100011 | 1000101 | 101101 | 11110 | 110101 | 100100 |
Color Harmonies of #8B5B2B
Complementary color
Monochromatic Colors of #8B5B2B
Black with #8B5B2B
Text Example
Text Example
White with #8B5B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B2B; }
p { color: rgb(139,91,43); }
H1.HeaderClassName
{
color: #8B5B2B;
}
.AnyTagClassName
{
color: #8B5B2B;
}
</style>
background-color css
<style>
a { background-color: #8B5B2B; }
a { background-color: rgb(139,91,43); }
div.DivClassName
{
background-color: #8B5B2B;
}
.BgClassName
{
background-color: #8B5B2B;
}
</style>
border-color css
<style>
span { border-color: #8B5B2B; }
span { border-color: rgb(139,91,43); }
td.TdClassName
{
border-color: #8B5B2B;
}
.TagClassName
{
border-color: #8B5B2B;
}
</style>