Shades of Rusty Nail #845B32
Tints of Rusty Nail #845B32
RGB
CMYK
RGB Variations
Color information
#845B32 (or 0x845B32) is known color: Rusty Nail. HEX triplet: 84, 5B and 32. RGB value is (132,91,50). Sum of RGB (Red+Green+Blue) = 132+91+50=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #845B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B32 is #7BA4CD. Grayscale: #626262. Windows color (decimal): -8103118 or 3300228. OLE color: 3300228.
HSL color Cylindrical-coordinate representation of color #845B32: hue angle of 30º 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 #845B32 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 50 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.48 |
| HSL | 30º | 0.45% | 0.36% | - |
| HSV(B) | 30º | 0.62% | 0.52% | - |
| XYZ | 13.83 | 12.62 | 4.72 | - |
| YUV | 98.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 50 | 0 | 0.31 | 0.62 | 0.48 | 30 | 0.45 | 0.36 |
| Hex | 84 | 5B | 32 | 0 | 1F | 3E | 30 | 1E | 2D | 24 |
| Octal | 204 | 133 | 62 | 0 | 37 | 76 | 60 | 36 | 55 | 44 |
| Binary | 10000100 | 1011011 | 110010 | 0 | 11111 | 111110 | 110000 | 11110 | 101101 | 100100 |
Color Harmonies of #845B32
Complementary color
Monochromatic Colors of #845B32
Black with #845B32
Text Example
Text Example
White with #845B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B32; }
p { color: rgb(132,91,50); }
H1.HeaderClassName
{
color: #845B32;
}
.AnyTagClassName
{
color: #845B32;
}
</style>
background-color css
<style>
a { background-color: #845B32; }
a { background-color: rgb(132,91,50); }
div.DivClassName
{
background-color: #845B32;
}
.BgClassName
{
background-color: #845B32;
}
</style>
border-color css
<style>
span { border-color: #845B32; }
span { border-color: rgb(132,91,50); }
td.TdClassName
{
border-color: #845B32;
}
.TagClassName
{
border-color: #845B32;
}
</style>