Shades of Rusty Nail #905E2D
Tints of Rusty Nail #905E2D
RGB
CMYK
RGB Variations
Color information
#905E2D (or 0x905E2D) is known color: Rusty Nail. HEX triplet: 90, 5E and 2D. RGB value is (144,94,45). Sum of RGB (Red+Green+Blue) = 144+94+45=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #905E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905E2D is #6FA1D2. Grayscale: #676767. Windows color (decimal): -7315923 or 2973328. OLE color: 2973328.
HSL color Cylindrical-coordinate representation of color #905E2D: hue angle of 29.7º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #905E2D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 45 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.44 |
| HSL | 29.7º | 0.52% | 0.37% | - |
| HSV(B) | 29.7º | 0.69% | 0.56% | - |
| XYZ | 15.98 | 14.12 | 4.37 | - |
| YUV | 103.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 45 | 0 | 0.35 | 0.69 | 0.44 | 29.7 | 0.52 | 0.37 |
| Hex | 90 | 5E | 2D | 0 | 23 | 45 | 2C | 1E | 34 | 25 |
| Octal | 220 | 136 | 55 | 0 | 43 | 105 | 54 | 36 | 64 | 45 |
| Binary | 10010000 | 1011110 | 101101 | 0 | 100011 | 1000101 | 101100 | 11110 | 110100 | 100101 |
Color Harmonies of #905E2D
Complementary color
Monochromatic Colors of #905E2D
Black with #905E2D
Text Example
Text Example
White with #905E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E2D; }
p { color: rgb(144,94,45); }
H1.HeaderClassName
{
color: #905E2D;
}
.AnyTagClassName
{
color: #905E2D;
}
</style>
background-color css
<style>
a { background-color: #905E2D; }
a { background-color: rgb(144,94,45); }
div.DivClassName
{
background-color: #905E2D;
}
.BgClassName
{
background-color: #905E2D;
}
</style>
border-color css
<style>
span { border-color: #905E2D; }
span { border-color: rgb(144,94,45); }
td.TdClassName
{
border-color: #905E2D;
}
.TagClassName
{
border-color: #905E2D;
}
</style>