Shades of Rusty Nail #8A5D2C
Tints of Rusty Nail #8A5D2C
RGB
CMYK
RGB Variations
Color information
#8A5D2C (or 0x8A5D2C) is known color: Rusty Nail. HEX triplet: 8A, 5D and 2C. RGB value is (138,93,44). Sum of RGB (Red+Green+Blue) = 138+93+44=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5D2C is #75A2D3. Grayscale: #656565. Windows color (decimal): -7709396 or 2907530. OLE color: 2907530.
HSL color Cylindrical-coordinate representation of color #8A5D2C: hue angle of 31.28º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A5D2C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 93 | 44 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.46 |
| HSL | 31.28º | 0.52% | 0.36% | - |
| HSV(B) | 31.28º | 0.68% | 0.54% | - |
| XYZ | 14.85 | 13.41 | 4.19 | - |
| YUV | 100.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 44 | 0 | 0.33 | 0.68 | 0.46 | 31.28 | 0.52 | 0.36 |
| Hex | 8A | 5D | 2C | 0 | 21 | 44 | 2E | 1F | 34 | 24 |
| Octal | 212 | 135 | 54 | 0 | 41 | 104 | 56 | 37 | 64 | 44 |
| Binary | 10001010 | 1011101 | 101100 | 0 | 100001 | 1000100 | 101110 | 11111 | 110100 | 100100 |
Color Harmonies of #8A5D2C
Complementary color
Monochromatic Colors of #8A5D2C
Black with #8A5D2C
Text Example
Text Example
White with #8A5D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5D2C; }
p { color: rgb(138,93,44); }
H1.HeaderClassName
{
color: #8A5D2C;
}
.AnyTagClassName
{
color: #8A5D2C;
}
</style>
background-color css
<style>
a { background-color: #8A5D2C; }
a { background-color: rgb(138,93,44); }
div.DivClassName
{
background-color: #8A5D2C;
}
.BgClassName
{
background-color: #8A5D2C;
}
</style>
border-color css
<style>
span { border-color: #8A5D2C; }
span { border-color: rgb(138,93,44); }
td.TdClassName
{
border-color: #8A5D2C;
}
.TagClassName
{
border-color: #8A5D2C;
}
</style>