Shades of Rusty Nail #935C2D
Tints of Rusty Nail #935C2D
RGB
CMYK
RGB Variations
Color information
#935C2D (or 0x935C2D) is known color: Rusty Nail. HEX triplet: 93, 5C and 2D. RGB value is (147,92,45). Sum of RGB (Red+Green+Blue) = 147+92+45=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #935C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C2D is #6CA3D2. Grayscale: #676767. Windows color (decimal): -7119827 or 2972819. OLE color: 2972819.
HSL color Cylindrical-coordinate representation of color #935C2D: hue angle of 27.65º 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 #935C2D is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 45 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.42 |
| HSL | 27.65º | 0.53% | 0.38% | - |
| HSV(B) | 27.65º | 0.69% | 0.58% | - |
| XYZ | 16.33 | 14.05 | 4.33 | - |
| YUV | 103.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 45 | 0 | 0.37 | 0.69 | 0.42 | 27.65 | 0.53 | 0.38 |
| Hex | 93 | 5C | 2D | 0 | 25 | 45 | 2A | 1C | 35 | 26 |
| Octal | 223 | 134 | 55 | 0 | 45 | 105 | 52 | 34 | 65 | 46 |
| Binary | 10010011 | 1011100 | 101101 | 0 | 100101 | 1000101 | 101010 | 11100 | 110101 | 100110 |
Color Harmonies of #935C2D
Complementary color
Monochromatic Colors of #935C2D
Black with #935C2D
Text Example
Text Example
White with #935C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C2D; }
p { color: rgb(147,92,45); }
H1.HeaderClassName
{
color: #935C2D;
}
.AnyTagClassName
{
color: #935C2D;
}
</style>
background-color css
<style>
a { background-color: #935C2D; }
a { background-color: rgb(147,92,45); }
div.DivClassName
{
background-color: #935C2D;
}
.BgClassName
{
background-color: #935C2D;
}
</style>
border-color css
<style>
span { border-color: #935C2D; }
span { border-color: rgb(147,92,45); }
td.TdClassName
{
border-color: #935C2D;
}
.TagClassName
{
border-color: #935C2D;
}
</style>