Shades of Rusty Nail #935C2E
Tints of Rusty Nail #935C2E
RGB
CMYK
RGB Variations
Color information
#935C2E (or 0x935C2E) is known color: Rusty Nail. HEX triplet: 93, 5C and 2E. RGB value is (147,92,46). Sum of RGB (Red+Green+Blue) = 147+92+46=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #935C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C2E is #6CA3D1. Grayscale: #676767. Windows color (decimal): -7119826 or 3038355. OLE color: 3038355.
HSL color Cylindrical-coordinate representation of color #935C2E: hue angle of 27.33º degrees, saturation: 0.52, 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 #935C2E is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 46 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.42 |
| HSL | 27.33º | 0.52% | 0.38% | - |
| HSV(B) | 27.33º | 0.69% | 0.58% | - |
| XYZ | 16.35 | 14.05 | 4.44 | - |
| YUV | 103.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 46 | 0 | 0.37 | 0.69 | 0.42 | 27.33 | 0.52 | 0.38 |
| Hex | 93 | 5C | 2E | 0 | 25 | 45 | 2A | 1B | 34 | 26 |
| Octal | 223 | 134 | 56 | 0 | 45 | 105 | 52 | 33 | 64 | 46 |
| Binary | 10010011 | 1011100 | 101110 | 0 | 100101 | 1000101 | 101010 | 11011 | 110100 | 100110 |
Color Harmonies of #935C2E
Complementary color
Monochromatic Colors of #935C2E
Black with #935C2E
Text Example
Text Example
White with #935C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C2E; }
p { color: rgb(147,92,46); }
H1.HeaderClassName
{
color: #935C2E;
}
.AnyTagClassName
{
color: #935C2E;
}
</style>
background-color css
<style>
a { background-color: #935C2E; }
a { background-color: rgb(147,92,46); }
div.DivClassName
{
background-color: #935C2E;
}
.BgClassName
{
background-color: #935C2E;
}
</style>
border-color css
<style>
span { border-color: #935C2E; }
span { border-color: rgb(147,92,46); }
td.TdClassName
{
border-color: #935C2E;
}
.TagClassName
{
border-color: #935C2E;
}
</style>