Shades of Corn Harvest #8F701B
Tints of Corn Harvest #8F701B
RGB
CMYK
RGB Variations
Color information
#8F701B (or 0x8F701B) is known color: Corn Harvest. HEX triplet: 8F, 70 and 1B. RGB value is (143,112,27). Sum of RGB (Red+Green+Blue) = 143+112+27=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F701B is #708FE4. Grayscale: #6F6F6F. Windows color (decimal): -7376869 or 1798287. OLE color: 1798287.
HSL color Cylindrical-coordinate representation of color #8F701B: hue angle of 43.97º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F701B is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 27 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.44 |
| HSL | 43.97º | 0.68% | 0.33% | - |
| HSV(B) | 43.97º | 0.81% | 0.56% | - |
| XYZ | 17.32 | 17.51 | 3.5 | - |
| YUV | 111.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 27 | 0 | 0.22 | 0.81 | 0.44 | 43.97 | 0.68 | 0.33 |
| Hex | 8F | 70 | 1B | 0 | 16 | 51 | 2C | 2C | 44 | 21 |
| Octal | 217 | 160 | 33 | 0 | 26 | 121 | 54 | 54 | 104 | 41 |
| Binary | 10001111 | 1110000 | 11011 | 0 | 10110 | 1010001 | 101100 | 101100 | 1000100 | 100001 |
Color Harmonies of #8F701B
Complementary color
Monochromatic Colors of #8F701B
Black with #8F701B
Text Example
Text Example
White with #8F701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F701B; }
p { color: rgb(143,112,27); }
H1.HeaderClassName
{
color: #8F701B;
}
.AnyTagClassName
{
color: #8F701B;
}
</style>
background-color css
<style>
a { background-color: #8F701B; }
a { background-color: rgb(143,112,27); }
div.DivClassName
{
background-color: #8F701B;
}
.BgClassName
{
background-color: #8F701B;
}
</style>
border-color css
<style>
span { border-color: #8F701B; }
span { border-color: rgb(143,112,27); }
td.TdClassName
{
border-color: #8F701B;
}
.TagClassName
{
border-color: #8F701B;
}
</style>