Shades of Corn Harvest #846B2D
Tints of Corn Harvest #846B2D
RGB
CMYK
RGB Variations
Color information
#846B2D (or 0x846B2D) is known color: Corn Harvest. HEX triplet: 84, 6B and 2D. RGB value is (132,107,45). Sum of RGB (Red+Green+Blue) = 132+107+45=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #846B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B2D is #7B94D2. Grayscale: #6B6B6B. Windows color (decimal): -8099027 or 2976644. OLE color: 2976644.
HSL color Cylindrical-coordinate representation of color #846B2D: hue angle of 42.76º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #846B2D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 45 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.48 |
| HSL | 42.76º | 0.49% | 0.35% | - |
| HSV(B) | 42.76º | 0.66% | 0.52% | - |
| XYZ | 15.25 | 15.61 | 4.69 | - |
| YUV | 107.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 45 | 0 | 0.19 | 0.66 | 0.48 | 42.76 | 0.49 | 0.35 |
| Hex | 84 | 6B | 2D | 0 | 13 | 42 | 30 | 2B | 31 | 23 |
| Octal | 204 | 153 | 55 | 0 | 23 | 102 | 60 | 53 | 61 | 43 |
| Binary | 10000100 | 1101011 | 101101 | 0 | 10011 | 1000010 | 110000 | 101011 | 110001 | 100011 |
Color Harmonies of #846B2D
Complementary color
Monochromatic Colors of #846B2D
Black with #846B2D
Text Example
Text Example
White with #846B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B2D; }
p { color: rgb(132,107,45); }
H1.HeaderClassName
{
color: #846B2D;
}
.AnyTagClassName
{
color: #846B2D;
}
</style>
background-color css
<style>
a { background-color: #846B2D; }
a { background-color: rgb(132,107,45); }
div.DivClassName
{
background-color: #846B2D;
}
.BgClassName
{
background-color: #846B2D;
}
</style>
border-color css
<style>
span { border-color: #846B2D; }
span { border-color: rgb(132,107,45); }
td.TdClassName
{
border-color: #846B2D;
}
.TagClassName
{
border-color: #846B2D;
}
</style>