Shades of Rusty Nail #935F2F
Tints of Rusty Nail #935F2F
RGB
CMYK
RGB Variations
Color information
#935F2F (or 0x935F2F) is known color: Rusty Nail. HEX triplet: 93, 5F and 2F. RGB value is (147,95,47). Sum of RGB (Red+Green+Blue) = 147+95+47=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #935F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935F2F is #6CA0D0. Grayscale: #696969. Windows color (decimal): -7119057 or 3104659. OLE color: 3104659.
HSL color Cylindrical-coordinate representation of color #935F2F: hue angle of 28.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #935F2F is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 47 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.42 |
| HSL | 28.8º | 0.52% | 0.38% | - |
| HSV(B) | 28.8º | 0.68% | 0.58% | - |
| XYZ | 16.64 | 14.59 | 4.63 | - |
| YUV | 105.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 47 | 0 | 0.35 | 0.68 | 0.42 | 28.8 | 0.52 | 0.38 |
| Hex | 93 | 5F | 2F | 0 | 23 | 44 | 2A | 1D | 34 | 26 |
| Octal | 223 | 137 | 57 | 0 | 43 | 104 | 52 | 35 | 64 | 46 |
| Binary | 10010011 | 1011111 | 101111 | 0 | 100011 | 1000100 | 101010 | 11101 | 110100 | 100110 |
Color Harmonies of #935F2F
Complementary color
Monochromatic Colors of #935F2F
Black with #935F2F
Text Example
Text Example
White with #935F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F2F; }
p { color: rgb(147,95,47); }
H1.HeaderClassName
{
color: #935F2F;
}
.AnyTagClassName
{
color: #935F2F;
}
</style>
background-color css
<style>
a { background-color: #935F2F; }
a { background-color: rgb(147,95,47); }
div.DivClassName
{
background-color: #935F2F;
}
.BgClassName
{
background-color: #935F2F;
}
</style>
border-color css
<style>
span { border-color: #935F2F; }
span { border-color: rgb(147,95,47); }
td.TdClassName
{
border-color: #935F2F;
}
.TagClassName
{
border-color: #935F2F;
}
</style>