Shades of Rusty Nail #935E2F
Tints of Rusty Nail #935E2F
RGB
CMYK
RGB Variations
Color information
#935E2F (or 0x935E2F) is known color: Rusty Nail. HEX triplet: 93, 5E and 2F. RGB value is (147,94,47). Sum of RGB (Red+Green+Blue) = 147+94+47=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #935E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935E2F is #6CA1D0. Grayscale: #686868. Windows color (decimal): -7119313 or 3104403. OLE color: 3104403.
HSL color Cylindrical-coordinate representation of color #935E2F: hue angle of 28.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #935E2F is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 47 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.42 |
| HSL | 28.2º | 0.52% | 0.38% | - |
| HSV(B) | 28.2º | 0.68% | 0.58% | - |
| XYZ | 16.55 | 14.41 | 4.6 | - |
| YUV | 104.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 47 | 0 | 0.36 | 0.68 | 0.42 | 28.2 | 0.52 | 0.38 |
| Hex | 93 | 5E | 2F | 0 | 24 | 44 | 2A | 1C | 34 | 26 |
| Octal | 223 | 136 | 57 | 0 | 44 | 104 | 52 | 34 | 64 | 46 |
| Binary | 10010011 | 1011110 | 101111 | 0 | 100100 | 1000100 | 101010 | 11100 | 110100 | 100110 |
Color Harmonies of #935E2F
Complementary color
Monochromatic Colors of #935E2F
Black with #935E2F
Text Example
Text Example
White with #935E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E2F; }
p { color: rgb(147,94,47); }
H1.HeaderClassName
{
color: #935E2F;
}
.AnyTagClassName
{
color: #935E2F;
}
</style>
background-color css
<style>
a { background-color: #935E2F; }
a { background-color: rgb(147,94,47); }
div.DivClassName
{
background-color: #935E2F;
}
.BgClassName
{
background-color: #935E2F;
}
</style>
border-color css
<style>
span { border-color: #935E2F; }
span { border-color: rgb(147,94,47); }
td.TdClassName
{
border-color: #935E2F;
}
.TagClassName
{
border-color: #935E2F;
}
</style>