Shades of Corn Harvest #8B722D
Tints of Corn Harvest #8B722D
RGB
CMYK
RGB Variations
Color information
#8B722D (or 0x8B722D) is known color: Corn Harvest. HEX triplet: 8B, 72 and 2D. RGB value is (139,114,45). Sum of RGB (Red+Green+Blue) = 139+114+45=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B722D is #748DD2. Grayscale: #717171. Windows color (decimal): -7638483 or 2978443. OLE color: 2978443.
HSL color Cylindrical-coordinate representation of color #8B722D: hue angle of 44.04º 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 #8B722D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 45 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.45 |
| HSL | 44.04º | 0.51% | 0.36% | - |
| HSV(B) | 44.04º | 0.68% | 0.55% | - |
| XYZ | 17.14 | 17.71 | 5 | - |
| YUV | 113.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 45 | 0 | 0.18 | 0.68 | 0.45 | 44.04 | 0.51 | 0.36 |
| Hex | 8B | 72 | 2D | 0 | 12 | 44 | 2D | 2C | 33 | 24 |
| Octal | 213 | 162 | 55 | 0 | 22 | 104 | 55 | 54 | 63 | 44 |
| Binary | 10001011 | 1110010 | 101101 | 0 | 10010 | 1000100 | 101101 | 101100 | 110011 | 100100 |
Color Harmonies of #8B722D
Complementary color
Monochromatic Colors of #8B722D
Black with #8B722D
Text Example
Text Example
White with #8B722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B722D; }
p { color: rgb(139,114,45); }
H1.HeaderClassName
{
color: #8B722D;
}
.AnyTagClassName
{
color: #8B722D;
}
</style>
background-color css
<style>
a { background-color: #8B722D; }
a { background-color: rgb(139,114,45); }
div.DivClassName
{
background-color: #8B722D;
}
.BgClassName
{
background-color: #8B722D;
}
</style>
border-color css
<style>
span { border-color: #8B722D; }
span { border-color: rgb(139,114,45); }
td.TdClassName
{
border-color: #8B722D;
}
.TagClassName
{
border-color: #8B722D;
}
</style>