Shades of Rusty Nail #905F31
Tints of Rusty Nail #905F31
RGB
CMYK
RGB Variations
Color information
#905F31 (or 0x905F31) is known color: Rusty Nail. HEX triplet: 90, 5F and 31. RGB value is (144,95,49). Sum of RGB (Red+Green+Blue) = 144+95+49=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #905F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905F31 is #6FA0CE. Grayscale: #686868. Windows color (decimal): -7315663 or 3235728. OLE color: 3235728.
HSL color Cylindrical-coordinate representation of color #905F31: hue angle of 29.05º 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 #905F31 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 49 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.44 |
| HSL | 29.05º | 0.49% | 0.38% | - |
| HSV(B) | 29.05º | 0.66% | 0.56% | - |
| XYZ | 16.15 | 14.34 | 4.82 | - |
| YUV | 104.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 49 | 0 | 0.34 | 0.66 | 0.44 | 29.05 | 0.49 | 0.38 |
| Hex | 90 | 5F | 31 | 0 | 22 | 42 | 2C | 1D | 31 | 26 |
| Octal | 220 | 137 | 61 | 0 | 42 | 102 | 54 | 35 | 61 | 46 |
| Binary | 10010000 | 1011111 | 110001 | 0 | 100010 | 1000010 | 101100 | 11101 | 110001 | 100110 |
Color Harmonies of #905F31
Complementary color
Monochromatic Colors of #905F31
Black with #905F31
Text Example
Text Example
White with #905F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F31; }
p { color: rgb(144,95,49); }
H1.HeaderClassName
{
color: #905F31;
}
.AnyTagClassName
{
color: #905F31;
}
</style>
background-color css
<style>
a { background-color: #905F31; }
a { background-color: rgb(144,95,49); }
div.DivClassName
{
background-color: #905F31;
}
.BgClassName
{
background-color: #905F31;
}
</style>
border-color css
<style>
span { border-color: #905F31; }
span { border-color: rgb(144,95,49); }
td.TdClassName
{
border-color: #905F31;
}
.TagClassName
{
border-color: #905F31;
}
</style>