Shades of Rusty Nail #945E2D
Tints of Rusty Nail #945E2D
RGB
CMYK
RGB Variations
Color information
#945E2D (or 0x945E2D) is known color: Rusty Nail. HEX triplet: 94, 5E and 2D. RGB value is (148,94,45). Sum of RGB (Red+Green+Blue) = 148+94+45=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #945E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E2D is #6BA1D2. Grayscale: #686868. Windows color (decimal): -7053779 or 2973332. OLE color: 2973332.
HSL color Cylindrical-coordinate representation of color #945E2D: hue angle of 28.54º 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 #945E2D is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 94 | 45 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.42 |
| HSL | 28.54º | 0.53% | 0.38% | - |
| HSV(B) | 28.54º | 0.7% | 0.58% | - |
| XYZ | 16.69 | 14.49 | 4.4 | - |
| YUV | 104.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 45 | 0 | 0.36 | 0.70 | 0.42 | 28.54 | 0.53 | 0.38 |
| Hex | 94 | 5E | 2D | 0 | 24 | 46 | 2A | 1D | 35 | 26 |
| Octal | 224 | 136 | 55 | 0 | 44 | 106 | 52 | 35 | 65 | 46 |
| Binary | 10010100 | 1011110 | 101101 | 0 | 100100 | 1000110 | 101010 | 11101 | 110101 | 100110 |
Color Harmonies of #945E2D
Complementary color
Monochromatic Colors of #945E2D
Black with #945E2D
Text Example
Text Example
White with #945E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945E2D; }
p { color: rgb(148,94,45); }
H1.HeaderClassName
{
color: #945E2D;
}
.AnyTagClassName
{
color: #945E2D;
}
</style>
background-color css
<style>
a { background-color: #945E2D; }
a { background-color: rgb(148,94,45); }
div.DivClassName
{
background-color: #945E2D;
}
.BgClassName
{
background-color: #945E2D;
}
</style>
border-color css
<style>
span { border-color: #945E2D; }
span { border-color: rgb(148,94,45); }
td.TdClassName
{
border-color: #945E2D;
}
.TagClassName
{
border-color: #945E2D;
}
</style>