Shades of Rusty Nail #8A5B2C
Tints of Rusty Nail #8A5B2C
RGB
CMYK
RGB Variations
Color information
#8A5B2C (or 0x8A5B2C) is known color: Rusty Nail. HEX triplet: 8A, 5B and 2C. RGB value is (138,91,44). Sum of RGB (Red+Green+Blue) = 138+91+44=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5B2C is #75A4D3. Grayscale: #636363. Windows color (decimal): -7709908 or 2907018. OLE color: 2907018.
HSL color Cylindrical-coordinate representation of color #8A5B2C: hue angle of 30º 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 #8A5B2C is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 91 | 44 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.46 |
| HSL | 30º | 0.52% | 0.36% | - |
| HSV(B) | 30º | 0.68% | 0.54% | - |
| XYZ | 14.68 | 13.07 | 4.13 | - |
| YUV | 99.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 44 | 0 | 0.34 | 0.68 | 0.46 | 30 | 0.52 | 0.36 |
| Hex | 8A | 5B | 2C | 0 | 22 | 44 | 2E | 1E | 34 | 24 |
| Octal | 212 | 133 | 54 | 0 | 42 | 104 | 56 | 36 | 64 | 44 |
| Binary | 10001010 | 1011011 | 101100 | 0 | 100010 | 1000100 | 101110 | 11110 | 110100 | 100100 |
Color Harmonies of #8A5B2C
Complementary color
Monochromatic Colors of #8A5B2C
Black with #8A5B2C
Text Example
Text Example
White with #8A5B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5B2C; }
p { color: rgb(138,91,44); }
H1.HeaderClassName
{
color: #8A5B2C;
}
.AnyTagClassName
{
color: #8A5B2C;
}
</style>
background-color css
<style>
a { background-color: #8A5B2C; }
a { background-color: rgb(138,91,44); }
div.DivClassName
{
background-color: #8A5B2C;
}
.BgClassName
{
background-color: #8A5B2C;
}
</style>
border-color css
<style>
span { border-color: #8A5B2C; }
span { border-color: rgb(138,91,44); }
td.TdClassName
{
border-color: #8A5B2C;
}
.TagClassName
{
border-color: #8A5B2C;
}
</style>