Shades of Rusty Nail #845F32
Tints of Rusty Nail #845F32
RGB
CMYK
RGB Variations
Color information
#845F32 (or 0x845F32) is known color: Rusty Nail. HEX triplet: 84, 5F and 32. RGB value is (132,95,50). Sum of RGB (Red+Green+Blue) = 132+95+50=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #845F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F32 is #7BA0CD. Grayscale: #656565. Windows color (decimal): -8102094 or 3301252. OLE color: 3301252.
HSL color Cylindrical-coordinate representation of color #845F32: hue angle of 32.93º 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 #845F32 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 50 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.48 |
| HSL | 32.93º | 0.45% | 0.36% | - |
| HSV(B) | 32.93º | 0.62% | 0.52% | - |
| XYZ | 14.18 | 13.32 | 4.84 | - |
| YUV | 100.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 50 | 0 | 0.28 | 0.62 | 0.48 | 32.93 | 0.45 | 0.36 |
| Hex | 84 | 5F | 32 | 0 | 1C | 3E | 30 | 21 | 2D | 24 |
| Octal | 204 | 137 | 62 | 0 | 34 | 76 | 60 | 41 | 55 | 44 |
| Binary | 10000100 | 1011111 | 110010 | 0 | 11100 | 111110 | 110000 | 100001 | 101101 | 100100 |
Color Harmonies of #845F32
Complementary color
Monochromatic Colors of #845F32
Black with #845F32
Text Example
Text Example
White with #845F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F32; }
p { color: rgb(132,95,50); }
H1.HeaderClassName
{
color: #845F32;
}
.AnyTagClassName
{
color: #845F32;
}
</style>
background-color css
<style>
a { background-color: #845F32; }
a { background-color: rgb(132,95,50); }
div.DivClassName
{
background-color: #845F32;
}
.BgClassName
{
background-color: #845F32;
}
</style>
border-color css
<style>
span { border-color: #845F32; }
span { border-color: rgb(132,95,50); }
td.TdClassName
{
border-color: #845F32;
}
.TagClassName
{
border-color: #845F32;
}
</style>