Shades of Rusty Nail #855B32
Tints of Rusty Nail #855B32
RGB
CMYK
RGB Variations
Color information
#855B32 (or 0x855B32) is known color: Rusty Nail. HEX triplet: 85, 5B and 32. RGB value is (133,91,50). Sum of RGB (Red+Green+Blue) = 133+91+50=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B32 is #7AA4CD. Grayscale: #636363. Windows color (decimal): -8037582 or 3300229. OLE color: 3300229.
HSL color Cylindrical-coordinate representation of color #855B32: hue angle of 29.64º 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 #855B32 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 50 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.48 |
| HSL | 29.64º | 0.45% | 0.36% | - |
| HSV(B) | 29.64º | 0.62% | 0.52% | - |
| XYZ | 13.99 | 12.7 | 4.73 | - |
| YUV | 98.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 50 | 0 | 0.32 | 0.62 | 0.48 | 29.64 | 0.45 | 0.36 |
| Hex | 85 | 5B | 32 | 0 | 20 | 3E | 30 | 1E | 2D | 24 |
| Octal | 205 | 133 | 62 | 0 | 40 | 76 | 60 | 36 | 55 | 44 |
| Binary | 10000101 | 1011011 | 110010 | 0 | 100000 | 111110 | 110000 | 11110 | 101101 | 100100 |
Color Harmonies of #855B32
Complementary color
Monochromatic Colors of #855B32
Black with #855B32
Text Example
Text Example
White with #855B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B32; }
p { color: rgb(133,91,50); }
H1.HeaderClassName
{
color: #855B32;
}
.AnyTagClassName
{
color: #855B32;
}
</style>
background-color css
<style>
a { background-color: #855B32; }
a { background-color: rgb(133,91,50); }
div.DivClassName
{
background-color: #855B32;
}
.BgClassName
{
background-color: #855B32;
}
</style>
border-color css
<style>
span { border-color: #855B32; }
span { border-color: rgb(133,91,50); }
td.TdClassName
{
border-color: #855B32;
}
.TagClassName
{
border-color: #855B32;
}
</style>