Shades of Rusty Nail #855D32
Tints of Rusty Nail #855D32
RGB
CMYK
RGB Variations
Color information
#855D32 (or 0x855D32) is known color: Rusty Nail. HEX triplet: 85, 5D and 32. RGB value is (133,93,50). Sum of RGB (Red+Green+Blue) = 133+93+50=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D32 is #7AA2CD. Grayscale: #646464. Windows color (decimal): -8037070 or 3300741. OLE color: 3300741.
HSL color Cylindrical-coordinate representation of color #855D32: hue angle of 31.08º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855D32 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 50 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.48 |
| HSL | 31.08º | 0.45% | 0.36% | - |
| HSV(B) | 31.08º | 0.62% | 0.52% | - |
| XYZ | 14.16 | 13.05 | 4.79 | - |
| YUV | 100.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 50 | 0 | 0.30 | 0.62 | 0.48 | 31.08 | 0.45 | 0.36 |
| Hex | 85 | 5D | 32 | 0 | 1E | 3E | 30 | 1F | 2D | 24 |
| Octal | 205 | 135 | 62 | 0 | 36 | 76 | 60 | 37 | 55 | 44 |
| Binary | 10000101 | 1011101 | 110010 | 0 | 11110 | 111110 | 110000 | 11111 | 101101 | 100100 |
Color Harmonies of #855D32
Complementary color
Monochromatic Colors of #855D32
Black with #855D32
Text Example
Text Example
White with #855D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D32; }
p { color: rgb(133,93,50); }
H1.HeaderClassName
{
color: #855D32;
}
.AnyTagClassName
{
color: #855D32;
}
</style>
background-color css
<style>
a { background-color: #855D32; }
a { background-color: rgb(133,93,50); }
div.DivClassName
{
background-color: #855D32;
}
.BgClassName
{
background-color: #855D32;
}
</style>
border-color css
<style>
span { border-color: #855D32; }
span { border-color: rgb(133,93,50); }
td.TdClassName
{
border-color: #855D32;
}
.TagClassName
{
border-color: #855D32;
}
</style>