Shades of Rusty Nail #945C2C
Tints of Rusty Nail #945C2C
RGB
CMYK
RGB Variations
Color information
#945C2C (or 0x945C2C) is known color: Rusty Nail. HEX triplet: 94, 5C and 2C. RGB value is (148,92,44). Sum of RGB (Red+Green+Blue) = 148+92+44=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #945C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C2C is #6BA3D3. Grayscale: #676767. Windows color (decimal): -7054292 or 2907284. OLE color: 2907284.
HSL color Cylindrical-coordinate representation of color #945C2C: hue angle of 27.69º degrees, saturation: 0.54, 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 #945C2C is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 44 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.42 |
| HSL | 27.69º | 0.54% | 0.38% | - |
| HSV(B) | 27.69º | 0.7% | 0.58% | - |
| XYZ | 16.49 | 14.13 | 4.24 | - |
| YUV | 103.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 44 | 0 | 0.38 | 0.70 | 0.42 | 27.69 | 0.54 | 0.38 |
| Hex | 94 | 5C | 2C | 0 | 26 | 46 | 2A | 1C | 36 | 26 |
| Octal | 224 | 134 | 54 | 0 | 46 | 106 | 52 | 34 | 66 | 46 |
| Binary | 10010100 | 1011100 | 101100 | 0 | 100110 | 1000110 | 101010 | 11100 | 110110 | 100110 |
Color Harmonies of #945C2C
Complementary color
Monochromatic Colors of #945C2C
Black with #945C2C
Text Example
Text Example
White with #945C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C2C; }
p { color: rgb(148,92,44); }
H1.HeaderClassName
{
color: #945C2C;
}
.AnyTagClassName
{
color: #945C2C;
}
</style>
background-color css
<style>
a { background-color: #945C2C; }
a { background-color: rgb(148,92,44); }
div.DivClassName
{
background-color: #945C2C;
}
.BgClassName
{
background-color: #945C2C;
}
</style>
border-color css
<style>
span { border-color: #945C2C; }
span { border-color: rgb(148,92,44); }
td.TdClassName
{
border-color: #945C2C;
}
.TagClassName
{
border-color: #945C2C;
}
</style>