Shades of Corn Harvest #8A7638
Tints of Corn Harvest #8A7638
RGB
CMYK
RGB Variations
Color information
#8A7638 (or 0x8A7638) is known color: Corn Harvest. HEX triplet: 8A, 76 and 38. RGB value is (138,118,56). Sum of RGB (Red+Green+Blue) = 138+118+56=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7638 is #7589C7. Grayscale: #757575. Windows color (decimal): -7702984 or 3700362. OLE color: 3700362.
HSL color Cylindrical-coordinate representation of color #8A7638: hue angle of 45.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A7638 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 56 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.46 |
| HSL | 45.37º | 0.42% | 0.38% | - |
| HSV(B) | 45.37º | 0.59% | 0.54% | - |
| XYZ | 17.67 | 18.65 | 6.41 | - |
| YUV | 116.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 56 | 0 | 0.14 | 0.59 | 0.46 | 45.37 | 0.42 | 0.38 |
| Hex | 8A | 76 | 38 | 0 | E | 3B | 2E | 2D | 2A | 26 |
| Octal | 212 | 166 | 70 | 0 | 16 | 73 | 56 | 55 | 52 | 46 |
| Binary | 10001010 | 1110110 | 111000 | 0 | 1110 | 111011 | 101110 | 101101 | 101010 | 100110 |
Color Harmonies of #8A7638
Complementary color
Monochromatic Colors of #8A7638
Black with #8A7638
Text Example
Text Example
White with #8A7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7638; }
p { color: rgb(138,118,56); }
H1.HeaderClassName
{
color: #8A7638;
}
.AnyTagClassName
{
color: #8A7638;
}
</style>
background-color css
<style>
a { background-color: #8A7638; }
a { background-color: rgb(138,118,56); }
div.DivClassName
{
background-color: #8A7638;
}
.BgClassName
{
background-color: #8A7638;
}
</style>
border-color css
<style>
span { border-color: #8A7638; }
span { border-color: rgb(138,118,56); }
td.TdClassName
{
border-color: #8A7638;
}
.TagClassName
{
border-color: #8A7638;
}
</style>