Shades of Rusty Nail #915D33
Tints of Rusty Nail #915D33
RGB
CMYK
RGB Variations
Color information
#915D33 (or 0x915D33) is known color: Rusty Nail. HEX triplet: 91, 5D and 33. RGB value is (145,93,51). Sum of RGB (Red+Green+Blue) = 145+93+51=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #915D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D33 is #6EA2CC. Grayscale: #676767. Windows color (decimal): -7250637 or 3366289. OLE color: 3366289.
HSL color Cylindrical-coordinate representation of color #915D33: hue angle of 26.81º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #915D33 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 51 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.43 |
| HSL | 26.81º | 0.48% | 0.38% | - |
| HSV(B) | 26.81º | 0.65% | 0.57% | - |
| XYZ | 16.19 | 14.09 | 5 | - |
| YUV | 103.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 51 | 0 | 0.36 | 0.65 | 0.43 | 26.81 | 0.48 | 0.38 |
| Hex | 91 | 5D | 33 | 0 | 24 | 41 | 2B | 1B | 30 | 26 |
| Octal | 221 | 135 | 63 | 0 | 44 | 101 | 53 | 33 | 60 | 46 |
| Binary | 10010001 | 1011101 | 110011 | 0 | 100100 | 1000001 | 101011 | 11011 | 110000 | 100110 |
Color Harmonies of #915D33
Complementary color
Monochromatic Colors of #915D33
Black with #915D33
Text Example
Text Example
White with #915D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D33; }
p { color: rgb(145,93,51); }
H1.HeaderClassName
{
color: #915D33;
}
.AnyTagClassName
{
color: #915D33;
}
</style>
background-color css
<style>
a { background-color: #915D33; }
a { background-color: rgb(145,93,51); }
div.DivClassName
{
background-color: #915D33;
}
.BgClassName
{
background-color: #915D33;
}
</style>
border-color css
<style>
span { border-color: #915D33; }
span { border-color: rgb(145,93,51); }
td.TdClassName
{
border-color: #915D33;
}
.TagClassName
{
border-color: #915D33;
}
</style>