Shades of Rusty Nail #905D2E
Tints of Rusty Nail #905D2E
RGB
CMYK
RGB Variations
Color information
#905D2E (or 0x905D2E) is known color: Rusty Nail. HEX triplet: 90, 5D and 2E. RGB value is (144,93,46). Sum of RGB (Red+Green+Blue) = 144+93+46=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #905D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D2E is #6FA2D1. Grayscale: #676767. Windows color (decimal): -7316178 or 3038608. OLE color: 3038608.
HSL color Cylindrical-coordinate representation of color #905D2E: hue angle of 28.78º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #905D2E is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 46 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.44 |
| HSL | 28.78º | 0.52% | 0.37% | - |
| HSV(B) | 28.78º | 0.68% | 0.56% | - |
| XYZ | 15.91 | 13.96 | 4.44 | - |
| YUV | 102.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 46 | 0 | 0.35 | 0.68 | 0.44 | 28.78 | 0.52 | 0.37 |
| Hex | 90 | 5D | 2E | 0 | 23 | 44 | 2C | 1D | 34 | 25 |
| Octal | 220 | 135 | 56 | 0 | 43 | 104 | 54 | 35 | 64 | 45 |
| Binary | 10010000 | 1011101 | 101110 | 0 | 100011 | 1000100 | 101100 | 11101 | 110100 | 100101 |
Color Harmonies of #905D2E
Complementary color
Monochromatic Colors of #905D2E
Black with #905D2E
Text Example
Text Example
White with #905D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D2E; }
p { color: rgb(144,93,46); }
H1.HeaderClassName
{
color: #905D2E;
}
.AnyTagClassName
{
color: #905D2E;
}
</style>
background-color css
<style>
a { background-color: #905D2E; }
a { background-color: rgb(144,93,46); }
div.DivClassName
{
background-color: #905D2E;
}
.BgClassName
{
background-color: #905D2E;
}
</style>
border-color css
<style>
span { border-color: #905D2E; }
span { border-color: rgb(144,93,46); }
td.TdClassName
{
border-color: #905D2E;
}
.TagClassName
{
border-color: #905D2E;
}
</style>