Shades of Rusty Nail #905D31
Tints of Rusty Nail #905D31
RGB
CMYK
RGB Variations
Color information
#905D31 (or 0x905D31) is known color: Rusty Nail. HEX triplet: 90, 5D and 31. RGB value is (144,93,49). Sum of RGB (Red+Green+Blue) = 144+93+49=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #905D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D31 is #6FA2CE. Grayscale: #676767. Windows color (decimal): -7316175 or 3235216. OLE color: 3235216.
HSL color Cylindrical-coordinate representation of color #905D31: hue angle of 27.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #905D31 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 49 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.44 |
| HSL | 27.79º | 0.49% | 0.38% | - |
| HSV(B) | 27.79º | 0.66% | 0.56% | - |
| XYZ | 15.97 | 13.98 | 4.76 | - |
| YUV | 103.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 49 | 0 | 0.35 | 0.66 | 0.44 | 27.79 | 0.49 | 0.38 |
| Hex | 90 | 5D | 31 | 0 | 23 | 42 | 2C | 1C | 31 | 26 |
| Octal | 220 | 135 | 61 | 0 | 43 | 102 | 54 | 34 | 61 | 46 |
| Binary | 10010000 | 1011101 | 110001 | 0 | 100011 | 1000010 | 101100 | 11100 | 110001 | 100110 |
Color Harmonies of #905D31
Complementary color
Monochromatic Colors of #905D31
Black with #905D31
Text Example
Text Example
White with #905D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D31; }
p { color: rgb(144,93,49); }
H1.HeaderClassName
{
color: #905D31;
}
.AnyTagClassName
{
color: #905D31;
}
</style>
background-color css
<style>
a { background-color: #905D31; }
a { background-color: rgb(144,93,49); }
div.DivClassName
{
background-color: #905D31;
}
.BgClassName
{
background-color: #905D31;
}
</style>
border-color css
<style>
span { border-color: #905D31; }
span { border-color: rgb(144,93,49); }
td.TdClassName
{
border-color: #905D31;
}
.TagClassName
{
border-color: #905D31;
}
</style>