Shades of Rusty Nail #855E31
Tints of Rusty Nail #855E31
RGB
CMYK
RGB Variations
Color information
#855E31 (or 0x855E31) is known color: Rusty Nail. HEX triplet: 85, 5E and 31. RGB value is (133,94,49). Sum of RGB (Red+Green+Blue) = 133+94+49=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E31 is #7AA1CE. Grayscale: #646464. Windows color (decimal): -8036815 or 3235461. OLE color: 3235461.
HSL color Cylindrical-coordinate representation of color #855E31: hue angle of 32.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855E31 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 49 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.48 |
| HSL | 32.14º | 0.46% | 0.36% | - |
| HSV(B) | 32.14º | 0.63% | 0.52% | - |
| XYZ | 14.23 | 13.21 | 4.71 | - |
| YUV | 100.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 49 | 0 | 0.29 | 0.63 | 0.48 | 32.14 | 0.46 | 0.36 |
| Hex | 85 | 5E | 31 | 0 | 1D | 3F | 30 | 20 | 2E | 24 |
| Octal | 205 | 136 | 61 | 0 | 35 | 77 | 60 | 40 | 56 | 44 |
| Binary | 10000101 | 1011110 | 110001 | 0 | 11101 | 111111 | 110000 | 100000 | 101110 | 100100 |
Color Harmonies of #855E31
Complementary color
Monochromatic Colors of #855E31
Black with #855E31
Text Example
Text Example
White with #855E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E31; }
p { color: rgb(133,94,49); }
H1.HeaderClassName
{
color: #855E31;
}
.AnyTagClassName
{
color: #855E31;
}
</style>
background-color css
<style>
a { background-color: #855E31; }
a { background-color: rgb(133,94,49); }
div.DivClassName
{
background-color: #855E31;
}
.BgClassName
{
background-color: #855E31;
}
</style>
border-color css
<style>
span { border-color: #855E31; }
span { border-color: rgb(133,94,49); }
td.TdClassName
{
border-color: #855E31;
}
.TagClassName
{
border-color: #855E31;
}
</style>