Shades of Rusty Nail #915E2D
Tints of Rusty Nail #915E2D
RGB
CMYK
RGB Variations
Color information
#915E2D (or 0x915E2D) is known color: Rusty Nail. HEX triplet: 91, 5E and 2D. RGB value is (145,94,45). Sum of RGB (Red+Green+Blue) = 145+94+45=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #915E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E2D is #6EA1D2. Grayscale: #676767. Windows color (decimal): -7250387 or 2973329. OLE color: 2973329.
HSL color Cylindrical-coordinate representation of color #915E2D: hue angle of 29.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #915E2D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 45 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.43 |
| HSL | 29.4º | 0.53% | 0.37% | - |
| HSV(B) | 29.4º | 0.69% | 0.57% | - |
| XYZ | 16.15 | 14.21 | 4.37 | - |
| YUV | 103.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 45 | 0 | 0.35 | 0.69 | 0.43 | 29.4 | 0.53 | 0.37 |
| Hex | 91 | 5E | 2D | 0 | 23 | 45 | 2B | 1D | 35 | 25 |
| Octal | 221 | 136 | 55 | 0 | 43 | 105 | 53 | 35 | 65 | 45 |
| Binary | 10010001 | 1011110 | 101101 | 0 | 100011 | 1000101 | 101011 | 11101 | 110101 | 100101 |
Color Harmonies of #915E2D
Complementary color
Monochromatic Colors of #915E2D
Black with #915E2D
Text Example
Text Example
White with #915E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E2D; }
p { color: rgb(145,94,45); }
H1.HeaderClassName
{
color: #915E2D;
}
.AnyTagClassName
{
color: #915E2D;
}
</style>
background-color css
<style>
a { background-color: #915E2D; }
a { background-color: rgb(145,94,45); }
div.DivClassName
{
background-color: #915E2D;
}
.BgClassName
{
background-color: #915E2D;
}
</style>
border-color css
<style>
span { border-color: #915E2D; }
span { border-color: rgb(145,94,45); }
td.TdClassName
{
border-color: #915E2D;
}
.TagClassName
{
border-color: #915E2D;
}
</style>