Shades of Corn Harvest #846B32
Tints of Corn Harvest #846B32
RGB
CMYK
RGB Variations
Color information
#846B32 (or 0x846B32) is known color: Corn Harvest. HEX triplet: 84, 6B and 32. RGB value is (132,107,50). Sum of RGB (Red+Green+Blue) = 132+107+50=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #846B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B32 is #7B94CD. Grayscale: #6C6C6C. Windows color (decimal): -8099022 or 3304324. OLE color: 3304324.
HSL color Cylindrical-coordinate representation of color #846B32: hue angle of 41.71º 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 #846B32 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 50 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.48 |
| HSL | 41.71º | 0.45% | 0.36% | - |
| HSV(B) | 41.71º | 0.62% | 0.52% | - |
| XYZ | 15.35 | 15.65 | 5.23 | - |
| YUV | 107.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 50 | 0 | 0.19 | 0.62 | 0.48 | 41.71 | 0.45 | 0.36 |
| Hex | 84 | 6B | 32 | 0 | 13 | 3E | 30 | 2A | 2D | 24 |
| Octal | 204 | 153 | 62 | 0 | 23 | 76 | 60 | 52 | 55 | 44 |
| Binary | 10000100 | 1101011 | 110010 | 0 | 10011 | 111110 | 110000 | 101010 | 101101 | 100100 |
Color Harmonies of #846B32
Complementary color
Monochromatic Colors of #846B32
Black with #846B32
Text Example
Text Example
White with #846B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B32; }
p { color: rgb(132,107,50); }
H1.HeaderClassName
{
color: #846B32;
}
.AnyTagClassName
{
color: #846B32;
}
</style>
background-color css
<style>
a { background-color: #846B32; }
a { background-color: rgb(132,107,50); }
div.DivClassName
{
background-color: #846B32;
}
.BgClassName
{
background-color: #846B32;
}
</style>
border-color css
<style>
span { border-color: #846B32; }
span { border-color: rgb(132,107,50); }
td.TdClassName
{
border-color: #846B32;
}
.TagClassName
{
border-color: #846B32;
}
</style>