Shades of Corn Harvest #8F7432
Tints of Corn Harvest #8F7432
RGB
CMYK
RGB Variations
Color information
#8F7432 (or 0x8F7432) is known color: Corn Harvest. HEX triplet: 8F, 74 and 32. RGB value is (143,116,50). Sum of RGB (Red+Green+Blue) = 143+116+50=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7432 is #708BCD. Grayscale: #747474. Windows color (decimal): -7375822 or 3306639. OLE color: 3306639.
HSL color Cylindrical-coordinate representation of color #8F7432: hue angle of 42.58º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F7432 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 50 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.44 |
| HSL | 42.58º | 0.48% | 0.38% | - |
| HSV(B) | 42.58º | 0.65% | 0.56% | - |
| XYZ | 18.15 | 18.56 | 5.64 | - |
| YUV | 116.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 50 | 0 | 0.19 | 0.65 | 0.44 | 42.58 | 0.48 | 0.38 |
| Hex | 8F | 74 | 32 | 0 | 13 | 41 | 2C | 2B | 30 | 26 |
| Octal | 217 | 164 | 62 | 0 | 23 | 101 | 54 | 53 | 60 | 46 |
| Binary | 10001111 | 1110100 | 110010 | 0 | 10011 | 1000001 | 101100 | 101011 | 110000 | 100110 |
Color Harmonies of #8F7432
Complementary color
Monochromatic Colors of #8F7432
Black with #8F7432
Text Example
Text Example
White with #8F7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7432; }
p { color: rgb(143,116,50); }
H1.HeaderClassName
{
color: #8F7432;
}
.AnyTagClassName
{
color: #8F7432;
}
</style>
background-color css
<style>
a { background-color: #8F7432; }
a { background-color: rgb(143,116,50); }
div.DivClassName
{
background-color: #8F7432;
}
.BgClassName
{
background-color: #8F7432;
}
</style>
border-color css
<style>
span { border-color: #8F7432; }
span { border-color: rgb(143,116,50); }
td.TdClassName
{
border-color: #8F7432;
}
.TagClassName
{
border-color: #8F7432;
}
</style>