Shades of Corn Harvest #8B733A
Tints of Corn Harvest #8B733A
RGB
CMYK
RGB Variations
Color information
#8B733A (or 0x8B733A) is known color: Corn Harvest. HEX triplet: 8B, 73 and 3A. RGB value is (139,115,58). Sum of RGB (Red+Green+Blue) = 139+115+58=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B733A is #748CC5. Grayscale: #737373. Windows color (decimal): -7638214 or 3830667. OLE color: 3830667.
HSL color Cylindrical-coordinate representation of color #8B733A: hue angle of 42.22º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B733A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 58 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.45 |
| HSL | 42.22º | 0.41% | 0.39% | - |
| HSV(B) | 42.22º | 0.58% | 0.55% | - |
| XYZ | 17.54 | 18.06 | 6.56 | - |
| YUV | 115.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 58 | 0 | 0.17 | 0.58 | 0.45 | 42.22 | 0.41 | 0.39 |
| Hex | 8B | 73 | 3A | 0 | 11 | 3A | 2D | 2A | 29 | 27 |
| Octal | 213 | 163 | 72 | 0 | 21 | 72 | 55 | 52 | 51 | 47 |
| Binary | 10001011 | 1110011 | 111010 | 0 | 10001 | 111010 | 101101 | 101010 | 101001 | 100111 |
Color Harmonies of #8B733A
Complementary color
Monochromatic Colors of #8B733A
Black with #8B733A
Text Example
Text Example
White with #8B733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B733A; }
p { color: rgb(139,115,58); }
H1.HeaderClassName
{
color: #8B733A;
}
.AnyTagClassName
{
color: #8B733A;
}
</style>
background-color css
<style>
a { background-color: #8B733A; }
a { background-color: rgb(139,115,58); }
div.DivClassName
{
background-color: #8B733A;
}
.BgClassName
{
background-color: #8B733A;
}
</style>
border-color css
<style>
span { border-color: #8B733A; }
span { border-color: rgb(139,115,58); }
td.TdClassName
{
border-color: #8B733A;
}
.TagClassName
{
border-color: #8B733A;
}
</style>