Shades of Corn Harvest #846F32
Tints of Corn Harvest #846F32
RGB
CMYK
RGB Variations
Color information
#846F32 (or 0x846F32) is known color: Corn Harvest. HEX triplet: 84, 6F and 32. RGB value is (132,111,50). Sum of RGB (Red+Green+Blue) = 132+111+50=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #846F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846F32 is #7B90CD. Grayscale: #6E6E6E. Windows color (decimal): -8097998 or 3305348. OLE color: 3305348.
HSL color Cylindrical-coordinate representation of color #846F32: hue angle of 44.63º 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 #846F32 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 50 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.48 |
| HSL | 44.63º | 0.45% | 0.36% | - |
| HSV(B) | 44.63º | 0.62% | 0.52% | - |
| XYZ | 15.78 | 16.5 | 5.37 | - |
| YUV | 110.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 50 | 0 | 0.16 | 0.62 | 0.48 | 44.63 | 0.45 | 0.36 |
| Hex | 84 | 6F | 32 | 0 | 10 | 3E | 30 | 2D | 2D | 24 |
| Octal | 204 | 157 | 62 | 0 | 20 | 76 | 60 | 55 | 55 | 44 |
| Binary | 10000100 | 1101111 | 110010 | 0 | 10000 | 111110 | 110000 | 101101 | 101101 | 100100 |
Color Harmonies of #846F32
Complementary color
Monochromatic Colors of #846F32
Black with #846F32
Text Example
Text Example
White with #846F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F32; }
p { color: rgb(132,111,50); }
H1.HeaderClassName
{
color: #846F32;
}
.AnyTagClassName
{
color: #846F32;
}
</style>
background-color css
<style>
a { background-color: #846F32; }
a { background-color: rgb(132,111,50); }
div.DivClassName
{
background-color: #846F32;
}
.BgClassName
{
background-color: #846F32;
}
</style>
border-color css
<style>
span { border-color: #846F32; }
span { border-color: rgb(132,111,50); }
td.TdClassName
{
border-color: #846F32;
}
.TagClassName
{
border-color: #846F32;
}
</style>