Shades of Rusty Nail #915D2F
Tints of Rusty Nail #915D2F
RGB
CMYK
RGB Variations
Color information
#915D2F (or 0x915D2F) is known color: Rusty Nail. HEX triplet: 91, 5D and 2F. RGB value is (145,93,47). Sum of RGB (Red+Green+Blue) = 145+93+47=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #915D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D2F is #6EA2D0. Grayscale: #676767. Windows color (decimal): -7250641 or 3104145. OLE color: 3104145.
HSL color Cylindrical-coordinate representation of color #915D2F: hue angle of 28.16º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #915D2F is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 47 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.43 |
| HSL | 28.16º | 0.51% | 0.38% | - |
| HSV(B) | 28.16º | 0.68% | 0.57% | - |
| XYZ | 16.1 | 14.05 | 4.55 | - |
| YUV | 103.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 47 | 0 | 0.36 | 0.68 | 0.43 | 28.16 | 0.51 | 0.38 |
| Hex | 91 | 5D | 2F | 0 | 24 | 44 | 2B | 1C | 33 | 26 |
| Octal | 221 | 135 | 57 | 0 | 44 | 104 | 53 | 34 | 63 | 46 |
| Binary | 10010001 | 1011101 | 101111 | 0 | 100100 | 1000100 | 101011 | 11100 | 110011 | 100110 |
Color Harmonies of #915D2F
Complementary color
Monochromatic Colors of #915D2F
Black with #915D2F
Text Example
Text Example
White with #915D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D2F; }
p { color: rgb(145,93,47); }
H1.HeaderClassName
{
color: #915D2F;
}
.AnyTagClassName
{
color: #915D2F;
}
</style>
background-color css
<style>
a { background-color: #915D2F; }
a { background-color: rgb(145,93,47); }
div.DivClassName
{
background-color: #915D2F;
}
.BgClassName
{
background-color: #915D2F;
}
</style>
border-color css
<style>
span { border-color: #915D2F; }
span { border-color: rgb(145,93,47); }
td.TdClassName
{
border-color: #915D2F;
}
.TagClassName
{
border-color: #915D2F;
}
</style>