Shades of Rusty Nail #8B5E2D
Tints of Rusty Nail #8B5E2D
RGB
CMYK
RGB Variations
Color information
#8B5E2D (or 0x8B5E2D) is known color: Rusty Nail. HEX triplet: 8B, 5E and 2D. RGB value is (139,94,45). Sum of RGB (Red+Green+Blue) = 139+94+45=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E2D is #74A1D2. Grayscale: #666666. Windows color (decimal): -7643603 or 2973323. OLE color: 2973323.
HSL color Cylindrical-coordinate representation of color #8B5E2D: hue angle of 31.28º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B5E2D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 94 | 45 | - |
CMYK | 0 | 0.32 | 0.68 | 0.45 |
HSL | 31.28º | 0.51% | 0.36% | - |
HSV(B) | 31.28º | 0.68% | 0.55% | - |
XYZ | 15.12 | 13.68 | 4.33 | - |
YUV | 101.87 | 95.91 | 154.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 94 | 45 | 0 | 0.32 | 0.68 | 0.45 | 31.28 | 0.51 | 0.36 |
Hex | 8B | 5E | 2D | 0 | 20 | 44 | 2D | 1F | 33 | 24 |
Octal | 213 | 136 | 55 | 0 | 40 | 104 | 55 | 37 | 63 | 44 |
Binary | 10001011 | 1011110 | 101101 | 0 | 100000 | 1000100 | 101101 | 11111 | 110011 | 100100 |
Color Harmonies of #8B5E2D
Complementary color
Monochromatic Colors of #8B5E2D
Black with #8B5E2D
Text Example
Text Example
White with #8B5E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E2D; }
p { color: rgb(139,94,45); }
H1.HeaderClassName
{
color: #8B5E2D;
}
.AnyTagClassName
{
color: #8B5E2D;
}
</style>
background-color css
<style>
a { background-color: #8B5E2D; }
a { background-color: rgb(139,94,45); }
div.DivClassName
{
background-color: #8B5E2D;
}
.BgClassName
{
background-color: #8B5E2D;
}
</style>
border-color css
<style>
span { border-color: #8B5E2D; }
span { border-color: rgb(139,94,45); }
td.TdClassName
{
border-color: #8B5E2D;
}
.TagClassName
{
border-color: #8B5E2D;
}
</style>