Shades of Rusty Nail #8E672D
Tints of Rusty Nail #8E672D
RGB
CMYK
RGB Variations
Color information
#8E672D (or 0x8E672D) is known color: Rusty Nail. HEX triplet: 8E, 67 and 2D. RGB value is (142,103,45). Sum of RGB (Red+Green+Blue) = 142+103+45=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E672D is #7198D2. Grayscale: #6C6C6C. Windows color (decimal): -7444691 or 2975630. OLE color: 2975630.
HSL color Cylindrical-coordinate representation of color #8E672D: hue angle of 35.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E672D is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 45 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.44 |
| HSL | 35.88º | 0.52% | 0.37% | - |
| HSV(B) | 35.88º | 0.68% | 0.56% | - |
| XYZ | 16.48 | 15.64 | 4.63 | - |
| YUV | 108.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 45 | 0 | 0.27 | 0.68 | 0.44 | 35.88 | 0.52 | 0.37 |
| Hex | 8E | 67 | 2D | 0 | 1B | 44 | 2C | 24 | 34 | 25 |
| Octal | 216 | 147 | 55 | 0 | 33 | 104 | 54 | 44 | 64 | 45 |
| Binary | 10001110 | 1100111 | 101101 | 0 | 11011 | 1000100 | 101100 | 100100 | 110100 | 100101 |
Color Harmonies of #8E672D
Complementary color
Monochromatic Colors of #8E672D
Black with #8E672D
Text Example
Text Example
White with #8E672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E672D; }
p { color: rgb(142,103,45); }
H1.HeaderClassName
{
color: #8E672D;
}
.AnyTagClassName
{
color: #8E672D;
}
</style>
background-color css
<style>
a { background-color: #8E672D; }
a { background-color: rgb(142,103,45); }
div.DivClassName
{
background-color: #8E672D;
}
.BgClassName
{
background-color: #8E672D;
}
</style>
border-color css
<style>
span { border-color: #8E672D; }
span { border-color: rgb(142,103,45); }
td.TdClassName
{
border-color: #8E672D;
}
.TagClassName
{
border-color: #8E672D;
}
</style>