Shades of Corn Harvest #8F772D
Tints of Corn Harvest #8F772D
RGB
CMYK
RGB Variations
Color information
#8F772D (or 0x8F772D) is known color: Corn Harvest. HEX triplet: 8F, 77 and 2D. RGB value is (143,119,45). Sum of RGB (Red+Green+Blue) = 143+119+45=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F772D is #7088D2. Grayscale: #767676. Windows color (decimal): -7375059 or 2979727. OLE color: 2979727.
HSL color Cylindrical-coordinate representation of color #8F772D: hue angle of 45.31º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F772D is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 45 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.44 |
| HSL | 45.31º | 0.52% | 0.37% | - |
| HSV(B) | 45.31º | 0.69% | 0.56% | - |
| XYZ | 18.4 | 19.22 | 5.22 | - |
| YUV | 117.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 45 | 0 | 0.17 | 0.69 | 0.44 | 45.31 | 0.52 | 0.37 |
| Hex | 8F | 77 | 2D | 0 | 11 | 45 | 2C | 2D | 34 | 25 |
| Octal | 217 | 167 | 55 | 0 | 21 | 105 | 54 | 55 | 64 | 45 |
| Binary | 10001111 | 1110111 | 101101 | 0 | 10001 | 1000101 | 101100 | 101101 | 110100 | 100101 |
Color Harmonies of #8F772D
Complementary color
Monochromatic Colors of #8F772D
Black with #8F772D
Text Example
Text Example
White with #8F772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F772D; }
p { color: rgb(143,119,45); }
H1.HeaderClassName
{
color: #8F772D;
}
.AnyTagClassName
{
color: #8F772D;
}
</style>
background-color css
<style>
a { background-color: #8F772D; }
a { background-color: rgb(143,119,45); }
div.DivClassName
{
background-color: #8F772D;
}
.BgClassName
{
background-color: #8F772D;
}
</style>
border-color css
<style>
span { border-color: #8F772D; }
span { border-color: rgb(143,119,45); }
td.TdClassName
{
border-color: #8F772D;
}
.TagClassName
{
border-color: #8F772D;
}
</style>