Shades of Rusty Nail #915E2B
Tints of Rusty Nail #915E2B
RGB
CMYK
RGB Variations
Color information
#915E2B (or 0x915E2B) is known color: Rusty Nail. HEX triplet: 91, 5E and 2B. RGB value is (145,94,43). Sum of RGB (Red+Green+Blue) = 145+94+43=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #915E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E2B is #6EA1D4. Grayscale: #676767. Windows color (decimal): -7250389 or 2842257. OLE color: 2842257.
HSL color Cylindrical-coordinate representation of color #915E2B: hue angle of 30º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #915E2B is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 43 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.43 |
| HSL | 30º | 0.54% | 0.37% | - |
| HSV(B) | 30º | 0.7% | 0.57% | - |
| XYZ | 16.12 | 14.2 | 4.18 | - |
| YUV | 103.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 43 | 0 | 0.35 | 0.70 | 0.43 | 30 | 0.54 | 0.37 |
| Hex | 91 | 5E | 2B | 0 | 23 | 46 | 2B | 1E | 36 | 25 |
| Octal | 221 | 136 | 53 | 0 | 43 | 106 | 53 | 36 | 66 | 45 |
| Binary | 10010001 | 1011110 | 101011 | 0 | 100011 | 1000110 | 101011 | 11110 | 110110 | 100101 |
Color Harmonies of #915E2B
Complementary color
Monochromatic Colors of #915E2B
Black with #915E2B
Text Example
Text Example
White with #915E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E2B; }
p { color: rgb(145,94,43); }
H1.HeaderClassName
{
color: #915E2B;
}
.AnyTagClassName
{
color: #915E2B;
}
</style>
background-color css
<style>
a { background-color: #915E2B; }
a { background-color: rgb(145,94,43); }
div.DivClassName
{
background-color: #915E2B;
}
.BgClassName
{
background-color: #915E2B;
}
</style>
border-color css
<style>
span { border-color: #915E2B; }
span { border-color: rgb(145,94,43); }
td.TdClassName
{
border-color: #915E2B;
}
.TagClassName
{
border-color: #915E2B;
}
</style>