Shades of Rusty Nail #8A5A30
Tints of Rusty Nail #8A5A30
RGB
CMYK
RGB Variations
Color information
#8A5A30 (or 0x8A5A30) is known color: Rusty Nail. HEX triplet: 8A, 5A and 30. RGB value is (138,90,48). Sum of RGB (Red+Green+Blue) = 138+90+48=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5A30 is #75A5CF. Grayscale: #636363. Windows color (decimal): -7710160 or 3168906. OLE color: 3168906.
HSL color Cylindrical-coordinate representation of color #8A5A30: hue angle of 28º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A5A30 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 90 | 48 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.46 |
| HSL | 28º | 0.48% | 0.36% | - |
| HSV(B) | 28º | 0.65% | 0.54% | - |
| XYZ | 14.67 | 12.93 | 4.52 | - |
| YUV | 99.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 48 | 0 | 0.35 | 0.65 | 0.46 | 28 | 0.48 | 0.36 |
| Hex | 8A | 5A | 30 | 0 | 23 | 41 | 2E | 1C | 30 | 24 |
| Octal | 212 | 132 | 60 | 0 | 43 | 101 | 56 | 34 | 60 | 44 |
| Binary | 10001010 | 1011010 | 110000 | 0 | 100011 | 1000001 | 101110 | 11100 | 110000 | 100100 |
Color Harmonies of #8A5A30
Complementary color
Monochromatic Colors of #8A5A30
Black with #8A5A30
Text Example
Text Example
White with #8A5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5A30; }
p { color: rgb(138,90,48); }
H1.HeaderClassName
{
color: #8A5A30;
}
.AnyTagClassName
{
color: #8A5A30;
}
</style>
background-color css
<style>
a { background-color: #8A5A30; }
a { background-color: rgb(138,90,48); }
div.DivClassName
{
background-color: #8A5A30;
}
.BgClassName
{
background-color: #8A5A30;
}
</style>
border-color css
<style>
span { border-color: #8A5A30; }
span { border-color: rgb(138,90,48); }
td.TdClassName
{
border-color: #8A5A30;
}
.TagClassName
{
border-color: #8A5A30;
}
</style>