Shades of Rusty Nail #936232
Tints of Rusty Nail #936232
RGB
CMYK
RGB Variations
Color information
#936232 (or 0x936232) is known color: Rusty Nail. HEX triplet: 93, 62 and 32. RGB value is (147,98,50). Sum of RGB (Red+Green+Blue) = 147+98+50=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #936232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936232 is #6C9DCD. Grayscale: #6B6B6B. Windows color (decimal): -7118286 or 3302035. OLE color: 3302035.
HSL color Cylindrical-coordinate representation of color #936232: hue angle of 29.69º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #936232 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 98 | 50 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.42 |
| HSL | 29.69º | 0.49% | 0.39% | - |
| HSV(B) | 29.69º | 0.66% | 0.58% | - |
| XYZ | 16.98 | 15.17 | 5.05 | - |
| YUV | 107.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 50 | 0 | 0.33 | 0.66 | 0.42 | 29.69 | 0.49 | 0.39 |
| Hex | 93 | 62 | 32 | 0 | 21 | 42 | 2A | 1E | 31 | 27 |
| Octal | 223 | 142 | 62 | 0 | 41 | 102 | 52 | 36 | 61 | 47 |
| Binary | 10010011 | 1100010 | 110010 | 0 | 100001 | 1000010 | 101010 | 11110 | 110001 | 100111 |
Color Harmonies of #936232
Complementary color
Monochromatic Colors of #936232
Black with #936232
Text Example
Text Example
White with #936232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936232; }
p { color: rgb(147,98,50); }
H1.HeaderClassName
{
color: #936232;
}
.AnyTagClassName
{
color: #936232;
}
</style>
background-color css
<style>
a { background-color: #936232; }
a { background-color: rgb(147,98,50); }
div.DivClassName
{
background-color: #936232;
}
.BgClassName
{
background-color: #936232;
}
</style>
border-color css
<style>
span { border-color: #936232; }
span { border-color: rgb(147,98,50); }
td.TdClassName
{
border-color: #936232;
}
.TagClassName
{
border-color: #936232;
}
</style>