Shades of Corn Harvest #8F7726
Tints of Corn Harvest #8F7726
RGB
CMYK
RGB Variations
Color information
#8F7726 (or 0x8F7726) is known color: Corn Harvest. HEX triplet: 8F, 77 and 26. RGB value is (143,119,38). Sum of RGB (Red+Green+Blue) = 143+119+38=300 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7726 is #7088D9. Grayscale: #757575. Windows color (decimal): -7375066 or 2520975. OLE color: 2520975.
HSL color Cylindrical-coordinate representation of color #8F7726: hue angle of 46.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F7726 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 38 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.44 |
| HSL | 46.29º | 0.58% | 0.35% | - |
| HSV(B) | 46.29º | 0.73% | 0.56% | - |
| XYZ | 18.27 | 19.17 | 4.57 | - |
| YUV | 116.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 38 | 0 | 0.17 | 0.73 | 0.44 | 46.29 | 0.58 | 0.35 |
| Hex | 8F | 77 | 26 | 0 | 11 | 49 | 2C | 2E | 3A | 23 |
| Octal | 217 | 167 | 46 | 0 | 21 | 111 | 54 | 56 | 72 | 43 |
| Binary | 10001111 | 1110111 | 100110 | 0 | 10001 | 1001001 | 101100 | 101110 | 111010 | 100011 |
Color Harmonies of #8F7726
Complementary color
Monochromatic Colors of #8F7726
Black with #8F7726
Text Example
Text Example
White with #8F7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7726; }
p { color: rgb(143,119,38); }
H1.HeaderClassName
{
color: #8F7726;
}
.AnyTagClassName
{
color: #8F7726;
}
</style>
background-color css
<style>
a { background-color: #8F7726; }
a { background-color: rgb(143,119,38); }
div.DivClassName
{
background-color: #8F7726;
}
.BgClassName
{
background-color: #8F7726;
}
</style>
border-color css
<style>
span { border-color: #8F7726; }
span { border-color: rgb(143,119,38); }
td.TdClassName
{
border-color: #8F7726;
}
.TagClassName
{
border-color: #8F7726;
}
</style>