Shades of Rusty Nail #93602D
Tints of Rusty Nail #93602D
RGB
CMYK
RGB Variations
Color information
#93602D (or 0x93602D) is known color: Rusty Nail. HEX triplet: 93, 60 and 2D. RGB value is (147,96,45). Sum of RGB (Red+Green+Blue) = 147+96+45=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93602D is #6C9FD2. Grayscale: #696969. Windows color (decimal): -7118803 or 2973843. OLE color: 2973843.
HSL color Cylindrical-coordinate representation of color #93602D: hue angle of 30º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93602D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 45 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.42 |
| HSL | 30º | 0.53% | 0.38% | - |
| HSV(B) | 30º | 0.69% | 0.58% | - |
| XYZ | 16.69 | 14.76 | 4.45 | - |
| YUV | 105.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 45 | 0 | 0.35 | 0.69 | 0.42 | 30 | 0.53 | 0.38 |
| Hex | 93 | 60 | 2D | 0 | 23 | 45 | 2A | 1E | 35 | 26 |
| Octal | 223 | 140 | 55 | 0 | 43 | 105 | 52 | 36 | 65 | 46 |
| Binary | 10010011 | 1100000 | 101101 | 0 | 100011 | 1000101 | 101010 | 11110 | 110101 | 100110 |
Color Harmonies of #93602D
Complementary color
Monochromatic Colors of #93602D
Black with #93602D
Text Example
Text Example
White with #93602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93602D; }
p { color: rgb(147,96,45); }
H1.HeaderClassName
{
color: #93602D;
}
.AnyTagClassName
{
color: #93602D;
}
</style>
background-color css
<style>
a { background-color: #93602D; }
a { background-color: rgb(147,96,45); }
div.DivClassName
{
background-color: #93602D;
}
.BgClassName
{
background-color: #93602D;
}
</style>
border-color css
<style>
span { border-color: #93602D; }
span { border-color: rgb(147,96,45); }
td.TdClassName
{
border-color: #93602D;
}
.TagClassName
{
border-color: #93602D;
}
</style>