Shades of Rusty Nail #94642D
Tints of Rusty Nail #94642D
RGB
CMYK
RGB Variations
Color information
#94642D (or 0x94642D) is known color: Rusty Nail. HEX triplet: 94, 64 and 2D. RGB value is (148,100,45). Sum of RGB (Red+Green+Blue) = 148+100+45=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94642D is #6B9BD2. Grayscale: #6C6C6C. Windows color (decimal): -7052243 or 2974868. OLE color: 2974868.
HSL color Cylindrical-coordinate representation of color #94642D: hue angle of 32.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94642D is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 45 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.42 |
| HSL | 32.04º | 0.53% | 0.38% | - |
| HSV(B) | 32.04º | 0.7% | 0.58% | - |
| XYZ | 17.24 | 15.6 | 4.58 | - |
| YUV | 108.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 45 | 0 | 0.32 | 0.70 | 0.42 | 32.04 | 0.53 | 0.38 |
| Hex | 94 | 64 | 2D | 0 | 20 | 46 | 2A | 20 | 35 | 26 |
| Octal | 224 | 144 | 55 | 0 | 40 | 106 | 52 | 40 | 65 | 46 |
| Binary | 10010100 | 1100100 | 101101 | 0 | 100000 | 1000110 | 101010 | 100000 | 110101 | 100110 |
Color Harmonies of #94642D
Complementary color
Monochromatic Colors of #94642D
Black with #94642D
Text Example
Text Example
White with #94642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94642D; }
p { color: rgb(148,100,45); }
H1.HeaderClassName
{
color: #94642D;
}
.AnyTagClassName
{
color: #94642D;
}
</style>
background-color css
<style>
a { background-color: #94642D; }
a { background-color: rgb(148,100,45); }
div.DivClassName
{
background-color: #94642D;
}
.BgClassName
{
background-color: #94642D;
}
</style>
border-color css
<style>
span { border-color: #94642D; }
span { border-color: rgb(148,100,45); }
td.TdClassName
{
border-color: #94642D;
}
.TagClassName
{
border-color: #94642D;
}
</style>