Shades of Rusty Nail #8A5B2A
Tints of Rusty Nail #8A5B2A
RGB
CMYK
RGB Variations
Color information
#8A5B2A (or 0x8A5B2A) is known color: Rusty Nail. HEX triplet: 8A, 5B and 2A. RGB value is (138,91,42). Sum of RGB (Red+Green+Blue) = 138+91+42=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5B2A is #75A4D5. Grayscale: #636363. Windows color (decimal): -7709910 or 2775946. OLE color: 2775946.
HSL color Cylindrical-coordinate representation of color #8A5B2A: hue angle of 30.63º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A5B2A is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 91 | 42 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.46 |
| HSL | 30.63º | 0.53% | 0.35% | - |
| HSV(B) | 30.63º | 0.7% | 0.54% | - |
| XYZ | 14.64 | 13.05 | 3.94 | - |
| YUV | 99.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 42 | 0 | 0.34 | 0.70 | 0.46 | 30.63 | 0.53 | 0.35 |
| Hex | 8A | 5B | 2A | 0 | 22 | 46 | 2E | 1F | 35 | 23 |
| Octal | 212 | 133 | 52 | 0 | 42 | 106 | 56 | 37 | 65 | 43 |
| Binary | 10001010 | 1011011 | 101010 | 0 | 100010 | 1000110 | 101110 | 11111 | 110101 | 100011 |
Color Harmonies of #8A5B2A
Complementary color
Monochromatic Colors of #8A5B2A
Black with #8A5B2A
Text Example
Text Example
White with #8A5B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5B2A; }
p { color: rgb(138,91,42); }
H1.HeaderClassName
{
color: #8A5B2A;
}
.AnyTagClassName
{
color: #8A5B2A;
}
</style>
background-color css
<style>
a { background-color: #8A5B2A; }
a { background-color: rgb(138,91,42); }
div.DivClassName
{
background-color: #8A5B2A;
}
.BgClassName
{
background-color: #8A5B2A;
}
</style>
border-color css
<style>
span { border-color: #8A5B2A; }
span { border-color: rgb(138,91,42); }
td.TdClassName
{
border-color: #8A5B2A;
}
.TagClassName
{
border-color: #8A5B2A;
}
</style>