Shades of Rusty Nail #8A622D
Tints of Rusty Nail #8A622D
RGB
CMYK
RGB Variations
Color information
#8A622D (or 0x8A622D) is known color: Rusty Nail. HEX triplet: 8A, 62 and 2D. RGB value is (138,98,45). Sum of RGB (Red+Green+Blue) = 138+98+45=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A622D is #759DD2. Grayscale: #686868. Windows color (decimal): -7708115 or 2974346. OLE color: 2974346.
HSL color Cylindrical-coordinate representation of color #8A622D: hue angle of 34.19º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A622D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 45 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.46 |
| HSL | 34.19º | 0.51% | 0.36% | - |
| HSV(B) | 34.19º | 0.67% | 0.54% | - |
| XYZ | 15.32 | 14.33 | 4.44 | - |
| YUV | 103.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 45 | 0 | 0.29 | 0.67 | 0.46 | 34.19 | 0.51 | 0.36 |
| Hex | 8A | 62 | 2D | 0 | 1D | 43 | 2E | 22 | 33 | 24 |
| Octal | 212 | 142 | 55 | 0 | 35 | 103 | 56 | 42 | 63 | 44 |
| Binary | 10001010 | 1100010 | 101101 | 0 | 11101 | 1000011 | 101110 | 100010 | 110011 | 100100 |
Color Harmonies of #8A622D
Complementary color
Monochromatic Colors of #8A622D
Black with #8A622D
Text Example
Text Example
White with #8A622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A622D; }
p { color: rgb(138,98,45); }
H1.HeaderClassName
{
color: #8A622D;
}
.AnyTagClassName
{
color: #8A622D;
}
</style>
background-color css
<style>
a { background-color: #8A622D; }
a { background-color: rgb(138,98,45); }
div.DivClassName
{
background-color: #8A622D;
}
.BgClassName
{
background-color: #8A622D;
}
</style>
border-color css
<style>
span { border-color: #8A622D; }
span { border-color: rgb(138,98,45); }
td.TdClassName
{
border-color: #8A622D;
}
.TagClassName
{
border-color: #8A622D;
}
</style>