Shades of Corn Harvest #8B7733
Tints of Corn Harvest #8B7733
RGB
CMYK
RGB Variations
Color information
#8B7733 (or 0x8B7733) is known color: Corn Harvest. HEX triplet: 8B, 77 and 33. RGB value is (139,119,51). Sum of RGB (Red+Green+Blue) = 139+119+51=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7733 is #7488CC. Grayscale: #757575. Windows color (decimal): -7637197 or 3372939. OLE color: 3372939.
HSL color Cylindrical-coordinate representation of color #8B7733: hue angle of 46.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B7733 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 51 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.45 |
| HSL | 46.36º | 0.46% | 0.37% | - |
| HSV(B) | 46.36º | 0.63% | 0.55% | - |
| XYZ | 17.84 | 18.92 | 5.84 | - |
| YUV | 117.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 51 | 0 | 0.14 | 0.63 | 0.45 | 46.36 | 0.46 | 0.37 |
| Hex | 8B | 77 | 33 | 0 | E | 3F | 2D | 2E | 2E | 25 |
| Octal | 213 | 167 | 63 | 0 | 16 | 77 | 55 | 56 | 56 | 45 |
| Binary | 10001011 | 1110111 | 110011 | 0 | 1110 | 111111 | 101101 | 101110 | 101110 | 100101 |
Color Harmonies of #8B7733
Complementary color
Monochromatic Colors of #8B7733
Black with #8B7733
Text Example
Text Example
White with #8B7733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7733; }
p { color: rgb(139,119,51); }
H1.HeaderClassName
{
color: #8B7733;
}
.AnyTagClassName
{
color: #8B7733;
}
</style>
background-color css
<style>
a { background-color: #8B7733; }
a { background-color: rgb(139,119,51); }
div.DivClassName
{
background-color: #8B7733;
}
.BgClassName
{
background-color: #8B7733;
}
</style>
border-color css
<style>
span { border-color: #8B7733; }
span { border-color: rgb(139,119,51); }
td.TdClassName
{
border-color: #8B7733;
}
.TagClassName
{
border-color: #8B7733;
}
</style>