Shades of Rusty Nail #935F2D
Tints of Rusty Nail #935F2D
RGB
CMYK
RGB Variations
Color information
#935F2D (or 0x935F2D) is known color: Rusty Nail. HEX triplet: 93, 5F and 2D. RGB value is (147,95,45). Sum of RGB (Red+Green+Blue) = 147+95+45=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #935F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935F2D is #6CA0D2. Grayscale: #696969. Windows color (decimal): -7119059 or 2973587. OLE color: 2973587.
HSL color Cylindrical-coordinate representation of color #935F2D: hue angle of 29.41º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #935F2D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 45 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.42 |
| HSL | 29.41º | 0.53% | 0.38% | - |
| HSV(B) | 29.41º | 0.69% | 0.58% | - |
| XYZ | 16.6 | 14.58 | 4.42 | - |
| YUV | 104.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 45 | 0 | 0.35 | 0.69 | 0.42 | 29.41 | 0.53 | 0.38 |
| Hex | 93 | 5F | 2D | 0 | 23 | 45 | 2A | 1D | 35 | 26 |
| Octal | 223 | 137 | 55 | 0 | 43 | 105 | 52 | 35 | 65 | 46 |
| Binary | 10010011 | 1011111 | 101101 | 0 | 100011 | 1000101 | 101010 | 11101 | 110101 | 100110 |
Color Harmonies of #935F2D
Complementary color
Monochromatic Colors of #935F2D
Black with #935F2D
Text Example
Text Example
White with #935F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F2D; }
p { color: rgb(147,95,45); }
H1.HeaderClassName
{
color: #935F2D;
}
.AnyTagClassName
{
color: #935F2D;
}
</style>
background-color css
<style>
a { background-color: #935F2D; }
a { background-color: rgb(147,95,45); }
div.DivClassName
{
background-color: #935F2D;
}
.BgClassName
{
background-color: #935F2D;
}
</style>
border-color css
<style>
span { border-color: #935F2D; }
span { border-color: rgb(147,95,45); }
td.TdClassName
{
border-color: #935F2D;
}
.TagClassName
{
border-color: #935F2D;
}
</style>