Shades of Corn Harvest #8E751B
Tints of Corn Harvest #8E751B
RGB
CMYK
RGB Variations
Color information
#8E751B (or 0x8E751B) is known color: Corn Harvest. HEX triplet: 8E, 75 and 1B. RGB value is (142,117,27). Sum of RGB (Red+Green+Blue) = 142+117+27=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E751B is #718AE4. Grayscale: #727272. Windows color (decimal): -7441125 or 1799566. OLE color: 1799566.
HSL color Cylindrical-coordinate representation of color #8E751B: hue angle of 46.96º 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 #8E751B is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 27 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.44 |
| HSL | 46.96º | 0.68% | 0.33% | - |
| HSV(B) | 46.96º | 0.81% | 0.56% | - |
| XYZ | 17.71 | 18.55 | 3.68 | - |
| YUV | 114.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 27 | 0 | 0.18 | 0.81 | 0.44 | 46.96 | 0.68 | 0.33 |
| Hex | 8E | 75 | 1B | 0 | 12 | 51 | 2C | 2F | 44 | 21 |
| Octal | 216 | 165 | 33 | 0 | 22 | 121 | 54 | 57 | 104 | 41 |
| Binary | 10001110 | 1110101 | 11011 | 0 | 10010 | 1010001 | 101100 | 101111 | 1000100 | 100001 |
Color Harmonies of #8E751B
Complementary color
Monochromatic Colors of #8E751B
Black with #8E751B
Text Example
Text Example
White with #8E751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E751B; }
p { color: rgb(142,117,27); }
H1.HeaderClassName
{
color: #8E751B;
}
.AnyTagClassName
{
color: #8E751B;
}
</style>
background-color css
<style>
a { background-color: #8E751B; }
a { background-color: rgb(142,117,27); }
div.DivClassName
{
background-color: #8E751B;
}
.BgClassName
{
background-color: #8E751B;
}
</style>
border-color css
<style>
span { border-color: #8E751B; }
span { border-color: rgb(142,117,27); }
td.TdClassName
{
border-color: #8E751B;
}
.TagClassName
{
border-color: #8E751B;
}
</style>