Shades of Rusty Nail #855A31
Tints of Rusty Nail #855A31
RGB
CMYK
RGB Variations
Color information
#855A31 (or 0x855A31) is known color: Rusty Nail. HEX triplet: 85, 5A and 31. RGB value is (133,90,49). Sum of RGB (Red+Green+Blue) = 133+90+49=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A31 is #7AA5CE. Grayscale: #626262. Windows color (decimal): -8037839 or 3234437. OLE color: 3234437.
HSL color Cylindrical-coordinate representation of color #855A31: hue angle of 29.29º 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 #855A31 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 49 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.48 |
| HSL | 29.29º | 0.46% | 0.36% | - |
| HSV(B) | 29.29º | 0.63% | 0.52% | - |
| XYZ | 13.88 | 12.52 | 4.59 | - |
| YUV | 98.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 49 | 0 | 0.32 | 0.63 | 0.48 | 29.29 | 0.46 | 0.36 |
| Hex | 85 | 5A | 31 | 0 | 20 | 3F | 30 | 1D | 2E | 24 |
| Octal | 205 | 132 | 61 | 0 | 40 | 77 | 60 | 35 | 56 | 44 |
| Binary | 10000101 | 1011010 | 110001 | 0 | 100000 | 111111 | 110000 | 11101 | 101110 | 100100 |
Color Harmonies of #855A31
Complementary color
Monochromatic Colors of #855A31
Black with #855A31
Text Example
Text Example
White with #855A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A31; }
p { color: rgb(133,90,49); }
H1.HeaderClassName
{
color: #855A31;
}
.AnyTagClassName
{
color: #855A31;
}
</style>
background-color css
<style>
a { background-color: #855A31; }
a { background-color: rgb(133,90,49); }
div.DivClassName
{
background-color: #855A31;
}
.BgClassName
{
background-color: #855A31;
}
</style>
border-color css
<style>
span { border-color: #855A31; }
span { border-color: rgb(133,90,49); }
td.TdClassName
{
border-color: #855A31;
}
.TagClassName
{
border-color: #855A31;
}
</style>