Shades of Rusty Nail #935A2C
Tints of Rusty Nail #935A2C
RGB
CMYK
RGB Variations
Color information
#935A2C (or 0x935A2C) is known color: Rusty Nail. HEX triplet: 93, 5A and 2C. RGB value is (147,90,44). Sum of RGB (Red+Green+Blue) = 147+90+44=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #935A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A2C is #6CA5D3. Grayscale: #666666. Windows color (decimal): -7120340 or 2906771. OLE color: 2906771.
HSL color Cylindrical-coordinate representation of color #935A2C: hue angle of 26.8º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #935A2C is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 44 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.42 |
| HSL | 26.8º | 0.54% | 0.37% | - |
| HSV(B) | 26.8º | 0.7% | 0.58% | - |
| XYZ | 16.14 | 13.7 | 4.18 | - |
| YUV | 101.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 44 | 0 | 0.39 | 0.70 | 0.42 | 26.8 | 0.54 | 0.37 |
| Hex | 93 | 5A | 2C | 0 | 27 | 46 | 2A | 1B | 36 | 25 |
| Octal | 223 | 132 | 54 | 0 | 47 | 106 | 52 | 33 | 66 | 45 |
| Binary | 10010011 | 1011010 | 101100 | 0 | 100111 | 1000110 | 101010 | 11011 | 110110 | 100101 |
Color Harmonies of #935A2C
Complementary color
Monochromatic Colors of #935A2C
Black with #935A2C
Text Example
Text Example
White with #935A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A2C; }
p { color: rgb(147,90,44); }
H1.HeaderClassName
{
color: #935A2C;
}
.AnyTagClassName
{
color: #935A2C;
}
</style>
background-color css
<style>
a { background-color: #935A2C; }
a { background-color: rgb(147,90,44); }
div.DivClassName
{
background-color: #935A2C;
}
.BgClassName
{
background-color: #935A2C;
}
</style>
border-color css
<style>
span { border-color: #935A2C; }
span { border-color: rgb(147,90,44); }
td.TdClassName
{
border-color: #935A2C;
}
.TagClassName
{
border-color: #935A2C;
}
</style>