Shades of Rusty Nail #92632D
Tints of Rusty Nail #92632D
RGB
CMYK
RGB Variations
Color information
#92632D (or 0x92632D) is known color: Rusty Nail. HEX triplet: 92, 63 and 2D. RGB value is (146,99,45). Sum of RGB (Red+Green+Blue) = 146+99+45=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92632D is #6D9CD2. Grayscale: #6B6B6B. Windows color (decimal): -7183571 or 2974610. OLE color: 2974610.
HSL color Cylindrical-coordinate representation of color #92632D: hue angle of 32.08º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92632D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 99 | 45 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.43 |
| HSL | 32.08º | 0.53% | 0.37% | - |
| HSV(B) | 32.08º | 0.69% | 0.57% | - |
| XYZ | 16.79 | 15.22 | 4.54 | - |
| YUV | 106.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 45 | 0 | 0.32 | 0.69 | 0.43 | 32.08 | 0.53 | 0.37 |
| Hex | 92 | 63 | 2D | 0 | 20 | 45 | 2B | 20 | 35 | 25 |
| Octal | 222 | 143 | 55 | 0 | 40 | 105 | 53 | 40 | 65 | 45 |
| Binary | 10010010 | 1100011 | 101101 | 0 | 100000 | 1000101 | 101011 | 100000 | 110101 | 100101 |
Color Harmonies of #92632D
Complementary color
Monochromatic Colors of #92632D
Black with #92632D
Text Example
Text Example
White with #92632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92632D; }
p { color: rgb(146,99,45); }
H1.HeaderClassName
{
color: #92632D;
}
.AnyTagClassName
{
color: #92632D;
}
</style>
background-color css
<style>
a { background-color: #92632D; }
a { background-color: rgb(146,99,45); }
div.DivClassName
{
background-color: #92632D;
}
.BgClassName
{
background-color: #92632D;
}
</style>
border-color css
<style>
span { border-color: #92632D; }
span { border-color: rgb(146,99,45); }
td.TdClassName
{
border-color: #92632D;
}
.TagClassName
{
border-color: #92632D;
}
</style>