Shades of Rusty Nail #905C33
Tints of Rusty Nail #905C33
RGB
CMYK
RGB Variations
Color information
#905C33 (or 0x905C33) is known color: Rusty Nail. HEX triplet: 90, 5C and 33. RGB value is (144,92,51). Sum of RGB (Red+Green+Blue) = 144+92+51=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #905C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905C33 is #6FA3CC. Grayscale: #676767. Windows color (decimal): -7316429 or 3366032. OLE color: 3366032.
HSL color Cylindrical-coordinate representation of color #905C33: hue angle of 26.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #905C33 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 51 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.44 |
| HSL | 26.45º | 0.48% | 0.38% | - |
| HSV(B) | 26.45º | 0.65% | 0.56% | - |
| XYZ | 15.93 | 13.82 | 4.96 | - |
| YUV | 102.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 51 | 0 | 0.36 | 0.65 | 0.44 | 26.45 | 0.48 | 0.38 |
| Hex | 90 | 5C | 33 | 0 | 24 | 41 | 2C | 1A | 30 | 26 |
| Octal | 220 | 134 | 63 | 0 | 44 | 101 | 54 | 32 | 60 | 46 |
| Binary | 10010000 | 1011100 | 110011 | 0 | 100100 | 1000001 | 101100 | 11010 | 110000 | 100110 |
Color Harmonies of #905C33
Complementary color
Monochromatic Colors of #905C33
Black with #905C33
Text Example
Text Example
White with #905C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C33; }
p { color: rgb(144,92,51); }
H1.HeaderClassName
{
color: #905C33;
}
.AnyTagClassName
{
color: #905C33;
}
</style>
background-color css
<style>
a { background-color: #905C33; }
a { background-color: rgb(144,92,51); }
div.DivClassName
{
background-color: #905C33;
}
.BgClassName
{
background-color: #905C33;
}
</style>
border-color css
<style>
span { border-color: #905C33; }
span { border-color: rgb(144,92,51); }
td.TdClassName
{
border-color: #905C33;
}
.TagClassName
{
border-color: #905C33;
}
</style>