Shades of Rusty Nail #905C2E
Tints of Rusty Nail #905C2E
RGB
CMYK
RGB Variations
Color information
#905C2E (or 0x905C2E) is known color: Rusty Nail. HEX triplet: 90, 5C and 2E. RGB value is (144,92,46). Sum of RGB (Red+Green+Blue) = 144+92+46=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #905C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905C2E is #6FA3D1. Grayscale: #666666. Windows color (decimal): -7316434 or 3038352. OLE color: 3038352.
HSL color Cylindrical-coordinate representation of color #905C2E: hue angle of 28.16º 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 #905C2E is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 46 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.44 |
| HSL | 28.16º | 0.52% | 0.37% | - |
| HSV(B) | 28.16º | 0.68% | 0.56% | - |
| XYZ | 15.82 | 13.78 | 4.41 | - |
| YUV | 102.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 46 | 0 | 0.36 | 0.68 | 0.44 | 28.16 | 0.52 | 0.37 |
| Hex | 90 | 5C | 2E | 0 | 24 | 44 | 2C | 1C | 34 | 25 |
| Octal | 220 | 134 | 56 | 0 | 44 | 104 | 54 | 34 | 64 | 45 |
| Binary | 10010000 | 1011100 | 101110 | 0 | 100100 | 1000100 | 101100 | 11100 | 110100 | 100101 |
Color Harmonies of #905C2E
Complementary color
Monochromatic Colors of #905C2E
Black with #905C2E
Text Example
Text Example
White with #905C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C2E; }
p { color: rgb(144,92,46); }
H1.HeaderClassName
{
color: #905C2E;
}
.AnyTagClassName
{
color: #905C2E;
}
</style>
background-color css
<style>
a { background-color: #905C2E; }
a { background-color: rgb(144,92,46); }
div.DivClassName
{
background-color: #905C2E;
}
.BgClassName
{
background-color: #905C2E;
}
</style>
border-color css
<style>
span { border-color: #905C2E; }
span { border-color: rgb(144,92,46); }
td.TdClassName
{
border-color: #905C2E;
}
.TagClassName
{
border-color: #905C2E;
}
</style>