Shades of Corn Harvest #8B7138
Tints of Corn Harvest #8B7138
RGB
CMYK
RGB Variations
Color information
#8B7138 (or 0x8B7138) is known color: Corn Harvest. HEX triplet: 8B, 71 and 38. RGB value is (139,113,56). Sum of RGB (Red+Green+Blue) = 139+113+56=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7138 is #748EC7. Grayscale: #727272. Windows color (decimal): -7638728 or 3699083. OLE color: 3699083.
HSL color Cylindrical-coordinate representation of color #8B7138: hue angle of 41.2º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B7138 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 56 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.45 |
| HSL | 41.2º | 0.43% | 0.38% | - |
| HSV(B) | 41.2º | 0.6% | 0.55% | - |
| XYZ | 17.27 | 17.58 | 6.23 | - |
| YUV | 114.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 56 | 0 | 0.19 | 0.60 | 0.45 | 41.2 | 0.43 | 0.38 |
| Hex | 8B | 71 | 38 | 0 | 13 | 3C | 2D | 29 | 2B | 26 |
| Octal | 213 | 161 | 70 | 0 | 23 | 74 | 55 | 51 | 53 | 46 |
| Binary | 10001011 | 1110001 | 111000 | 0 | 10011 | 111100 | 101101 | 101001 | 101011 | 100110 |
Color Harmonies of #8B7138
Complementary color
Monochromatic Colors of #8B7138
Black with #8B7138
Text Example
Text Example
White with #8B7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7138; }
p { color: rgb(139,113,56); }
H1.HeaderClassName
{
color: #8B7138;
}
.AnyTagClassName
{
color: #8B7138;
}
</style>
background-color css
<style>
a { background-color: #8B7138; }
a { background-color: rgb(139,113,56); }
div.DivClassName
{
background-color: #8B7138;
}
.BgClassName
{
background-color: #8B7138;
}
</style>
border-color css
<style>
span { border-color: #8B7138; }
span { border-color: rgb(139,113,56); }
td.TdClassName
{
border-color: #8B7138;
}
.TagClassName
{
border-color: #8B7138;
}
</style>