Shades of Rusty Nail #8A5E2F
Tints of Rusty Nail #8A5E2F
RGB
CMYK
RGB Variations
Color information
#8A5E2F (or 0x8A5E2F) is known color: Rusty Nail. HEX triplet: 8A, 5E and 2F. RGB value is (138,94,47). Sum of RGB (Red+Green+Blue) = 138+94+47=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E2F is #75A1D0. Grayscale: #666666. Windows color (decimal): -7709137 or 3104394. OLE color: 3104394.
HSL color Cylindrical-coordinate representation of color #8A5E2F: hue angle of 30.99º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A5E2F is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 47 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.46 |
| HSL | 30.99º | 0.49% | 0.36% | - |
| HSV(B) | 30.99º | 0.66% | 0.54% | - |
| XYZ | 15 | 13.61 | 4.53 | - |
| YUV | 101.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 47 | 0 | 0.32 | 0.66 | 0.46 | 30.99 | 0.49 | 0.36 |
| Hex | 8A | 5E | 2F | 0 | 20 | 42 | 2E | 1F | 31 | 24 |
| Octal | 212 | 136 | 57 | 0 | 40 | 102 | 56 | 37 | 61 | 44 |
| Binary | 10001010 | 1011110 | 101111 | 0 | 100000 | 1000010 | 101110 | 11111 | 110001 | 100100 |
Color Harmonies of #8A5E2F
Complementary color
Monochromatic Colors of #8A5E2F
Black with #8A5E2F
Text Example
Text Example
White with #8A5E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E2F; }
p { color: rgb(138,94,47); }
H1.HeaderClassName
{
color: #8A5E2F;
}
.AnyTagClassName
{
color: #8A5E2F;
}
</style>
background-color css
<style>
a { background-color: #8A5E2F; }
a { background-color: rgb(138,94,47); }
div.DivClassName
{
background-color: #8A5E2F;
}
.BgClassName
{
background-color: #8A5E2F;
}
</style>
border-color css
<style>
span { border-color: #8A5E2F; }
span { border-color: rgb(138,94,47); }
td.TdClassName
{
border-color: #8A5E2F;
}
.TagClassName
{
border-color: #8A5E2F;
}
</style>