Shades of Corn Harvest #8F752D
Tints of Corn Harvest #8F752D
RGB
CMYK
RGB Variations
Color information
#8F752D (or 0x8F752D) is known color: Corn Harvest. HEX triplet: 8F, 75 and 2D. RGB value is (143,117,45). Sum of RGB (Red+Green+Blue) = 143+117+45=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F752D is #708AD2. Grayscale: #747474. Windows color (decimal): -7375571 or 2979215. OLE color: 2979215.
HSL color Cylindrical-coordinate representation of color #8F752D: hue angle of 44.08º 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 #8F752D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 45 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.44 |
| HSL | 44.08º | 0.52% | 0.37% | - |
| HSV(B) | 44.08º | 0.69% | 0.56% | - |
| XYZ | 18.16 | 18.75 | 5.14 | - |
| YUV | 116.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 45 | 0 | 0.18 | 0.69 | 0.44 | 44.08 | 0.52 | 0.37 |
| Hex | 8F | 75 | 2D | 0 | 12 | 45 | 2C | 2C | 34 | 25 |
| Octal | 217 | 165 | 55 | 0 | 22 | 105 | 54 | 54 | 64 | 45 |
| Binary | 10001111 | 1110101 | 101101 | 0 | 10010 | 1000101 | 101100 | 101100 | 110100 | 100101 |
Color Harmonies of #8F752D
Complementary color
Monochromatic Colors of #8F752D
Black with #8F752D
Text Example
Text Example
White with #8F752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F752D; }
p { color: rgb(143,117,45); }
H1.HeaderClassName
{
color: #8F752D;
}
.AnyTagClassName
{
color: #8F752D;
}
</style>
background-color css
<style>
a { background-color: #8F752D; }
a { background-color: rgb(143,117,45); }
div.DivClassName
{
background-color: #8F752D;
}
.BgClassName
{
background-color: #8F752D;
}
</style>
border-color css
<style>
span { border-color: #8F752D; }
span { border-color: rgb(143,117,45); }
td.TdClassName
{
border-color: #8F752D;
}
.TagClassName
{
border-color: #8F752D;
}
</style>