Shades of Corn Harvest #8A7635
Tints of Corn Harvest #8A7635
RGB
CMYK
RGB Variations
Color information
#8A7635 (or 0x8A7635) is known color: Corn Harvest. HEX triplet: 8A, 76 and 35. RGB value is (138,118,53). Sum of RGB (Red+Green+Blue) = 138+118+53=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7635 is #7589CA. Grayscale: #747474. Windows color (decimal): -7702987 or 3503754. OLE color: 3503754.
HSL color Cylindrical-coordinate representation of color #8A7635: hue angle of 45.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A7635 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 53 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.46 |
| HSL | 45.88º | 0.45% | 0.37% | - |
| HSV(B) | 45.88º | 0.62% | 0.54% | - |
| XYZ | 17.6 | 18.62 | 6.03 | - |
| YUV | 116.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 53 | 0 | 0.14 | 0.62 | 0.46 | 45.88 | 0.45 | 0.37 |
| Hex | 8A | 76 | 35 | 0 | E | 3E | 2E | 2E | 2D | 25 |
| Octal | 212 | 166 | 65 | 0 | 16 | 76 | 56 | 56 | 55 | 45 |
| Binary | 10001010 | 1110110 | 110101 | 0 | 1110 | 111110 | 101110 | 101110 | 101101 | 100101 |
Color Harmonies of #8A7635
Complementary color
Monochromatic Colors of #8A7635
Black with #8A7635
Text Example
Text Example
White with #8A7635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7635; }
p { color: rgb(138,118,53); }
H1.HeaderClassName
{
color: #8A7635;
}
.AnyTagClassName
{
color: #8A7635;
}
</style>
background-color css
<style>
a { background-color: #8A7635; }
a { background-color: rgb(138,118,53); }
div.DivClassName
{
background-color: #8A7635;
}
.BgClassName
{
background-color: #8A7635;
}
</style>
border-color css
<style>
span { border-color: #8A7635; }
span { border-color: rgb(138,118,53); }
td.TdClassName
{
border-color: #8A7635;
}
.TagClassName
{
border-color: #8A7635;
}
</style>