Shades of Corn Harvest #8B7435
Tints of Corn Harvest #8B7435
RGB
CMYK
RGB Variations
Color information
#8B7435 (or 0x8B7435) is known color: Corn Harvest. HEX triplet: 8B, 74 and 35. RGB value is (139,116,53). Sum of RGB (Red+Green+Blue) = 139+116+53=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7435 is #748BCA. Grayscale: #737373. Windows color (decimal): -7637963 or 3503243. OLE color: 3503243.
HSL color Cylindrical-coordinate representation of color #8B7435: hue angle of 43.95º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B7435 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 53 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.45 |
| HSL | 43.95º | 0.45% | 0.38% | - |
| HSV(B) | 43.95º | 0.62% | 0.55% | - |
| XYZ | 17.54 | 18.24 | 5.96 | - |
| YUV | 115.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 53 | 0 | 0.17 | 0.62 | 0.45 | 43.95 | 0.45 | 0.38 |
| Hex | 8B | 74 | 35 | 0 | 11 | 3E | 2D | 2C | 2D | 26 |
| Octal | 213 | 164 | 65 | 0 | 21 | 76 | 55 | 54 | 55 | 46 |
| Binary | 10001011 | 1110100 | 110101 | 0 | 10001 | 111110 | 101101 | 101100 | 101101 | 100110 |
Color Harmonies of #8B7435
Complementary color
Monochromatic Colors of #8B7435
Black with #8B7435
Text Example
Text Example
White with #8B7435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7435; }
p { color: rgb(139,116,53); }
H1.HeaderClassName
{
color: #8B7435;
}
.AnyTagClassName
{
color: #8B7435;
}
</style>
background-color css
<style>
a { background-color: #8B7435; }
a { background-color: rgb(139,116,53); }
div.DivClassName
{
background-color: #8B7435;
}
.BgClassName
{
background-color: #8B7435;
}
</style>
border-color css
<style>
span { border-color: #8B7435; }
span { border-color: rgb(139,116,53); }
td.TdClassName
{
border-color: #8B7435;
}
.TagClassName
{
border-color: #8B7435;
}
</style>