Shades of Corn Harvest #846C2D
Tints of Corn Harvest #846C2D
RGB
CMYK
RGB Variations
Color information
#846C2D (or 0x846C2D) is known color: Corn Harvest. HEX triplet: 84, 6C and 2D. RGB value is (132,108,45). Sum of RGB (Red+Green+Blue) = 132+108+45=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #846C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C2D is #7B93D2. Grayscale: #6C6C6C. Windows color (decimal): -8098771 or 2976900. OLE color: 2976900.
HSL color Cylindrical-coordinate representation of color #846C2D: hue angle of 43.45º 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 #846C2D is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 45 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.48 |
| HSL | 43.45º | 0.49% | 0.35% | - |
| HSV(B) | 43.45º | 0.66% | 0.52% | - |
| XYZ | 15.35 | 15.82 | 4.73 | - |
| YUV | 107.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 45 | 0 | 0.18 | 0.66 | 0.48 | 43.45 | 0.49 | 0.35 |
| Hex | 84 | 6C | 2D | 0 | 12 | 42 | 30 | 2B | 31 | 23 |
| Octal | 204 | 154 | 55 | 0 | 22 | 102 | 60 | 53 | 61 | 43 |
| Binary | 10000100 | 1101100 | 101101 | 0 | 10010 | 1000010 | 110000 | 101011 | 110001 | 100011 |
Color Harmonies of #846C2D
Complementary color
Monochromatic Colors of #846C2D
Black with #846C2D
Text Example
Text Example
White with #846C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C2D; }
p { color: rgb(132,108,45); }
H1.HeaderClassName
{
color: #846C2D;
}
.AnyTagClassName
{
color: #846C2D;
}
</style>
background-color css
<style>
a { background-color: #846C2D; }
a { background-color: rgb(132,108,45); }
div.DivClassName
{
background-color: #846C2D;
}
.BgClassName
{
background-color: #846C2D;
}
</style>
border-color css
<style>
span { border-color: #846C2D; }
span { border-color: rgb(132,108,45); }
td.TdClassName
{
border-color: #846C2D;
}
.TagClassName
{
border-color: #846C2D;
}
</style>