Shades of Corn Harvest #8B702D
Tints of Corn Harvest #8B702D
RGB
CMYK
RGB Variations
Color information
#8B702D (or 0x8B702D) is known color: Corn Harvest. HEX triplet: 8B, 70 and 2D. RGB value is (139,112,45). Sum of RGB (Red+Green+Blue) = 139+112+45=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B702D is #748FD2. Grayscale: #707070. Windows color (decimal): -7638995 or 2977931. OLE color: 2977931.
HSL color Cylindrical-coordinate representation of color #8B702D: hue angle of 42.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B702D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 45 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.45 |
| HSL | 42.77º | 0.51% | 0.36% | - |
| HSV(B) | 42.77º | 0.68% | 0.55% | - |
| XYZ | 16.92 | 17.27 | 4.92 | - |
| YUV | 112.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 45 | 0 | 0.19 | 0.68 | 0.45 | 42.77 | 0.51 | 0.36 |
| Hex | 8B | 70 | 2D | 0 | 13 | 44 | 2D | 2B | 33 | 24 |
| Octal | 213 | 160 | 55 | 0 | 23 | 104 | 55 | 53 | 63 | 44 |
| Binary | 10001011 | 1110000 | 101101 | 0 | 10011 | 1000100 | 101101 | 101011 | 110011 | 100100 |
Color Harmonies of #8B702D
Complementary color
Monochromatic Colors of #8B702D
Black with #8B702D
Text Example
Text Example
White with #8B702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B702D; }
p { color: rgb(139,112,45); }
H1.HeaderClassName
{
color: #8B702D;
}
.AnyTagClassName
{
color: #8B702D;
}
</style>
background-color css
<style>
a { background-color: #8B702D; }
a { background-color: rgb(139,112,45); }
div.DivClassName
{
background-color: #8B702D;
}
.BgClassName
{
background-color: #8B702D;
}
</style>
border-color css
<style>
span { border-color: #8B702D; }
span { border-color: rgb(139,112,45); }
td.TdClassName
{
border-color: #8B702D;
}
.TagClassName
{
border-color: #8B702D;
}
</style>