Shades of Corn Harvest #8A763E
Tints of Corn Harvest #8A763E
RGB
CMYK
RGB Variations
Color information
#8A763E (or 0x8A763E) is known color: Corn Harvest. HEX triplet: 8A, 76 and 3E. RGB value is (138,118,62). Sum of RGB (Red+Green+Blue) = 138+118+62=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A763E is #7589C1. Grayscale: #757575. Windows color (decimal): -7702978 or 4093578. OLE color: 4093578.
HSL color Cylindrical-coordinate representation of color #8A763E: hue angle of 44.21º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A763E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 62 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.46 |
| HSL | 44.21º | 0.38% | 0.39% | - |
| HSV(B) | 44.21º | 0.55% | 0.54% | - |
| XYZ | 17.83 | 18.71 | 7.23 | - |
| YUV | 117.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 62 | 0 | 0.14 | 0.55 | 0.46 | 44.21 | 0.38 | 0.39 |
| Hex | 8A | 76 | 3E | 0 | E | 37 | 2E | 2C | 26 | 27 |
| Octal | 212 | 166 | 76 | 0 | 16 | 67 | 56 | 54 | 46 | 47 |
| Binary | 10001010 | 1110110 | 111110 | 0 | 1110 | 110111 | 101110 | 101100 | 100110 | 100111 |
Color Harmonies of #8A763E
Complementary color
Monochromatic Colors of #8A763E
Black with #8A763E
Text Example
Text Example
White with #8A763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A763E; }
p { color: rgb(138,118,62); }
H1.HeaderClassName
{
color: #8A763E;
}
.AnyTagClassName
{
color: #8A763E;
}
</style>
background-color css
<style>
a { background-color: #8A763E; }
a { background-color: rgb(138,118,62); }
div.DivClassName
{
background-color: #8A763E;
}
.BgClassName
{
background-color: #8A763E;
}
</style>
border-color css
<style>
span { border-color: #8A763E; }
span { border-color: rgb(138,118,62); }
td.TdClassName
{
border-color: #8A763E;
}
.TagClassName
{
border-color: #8A763E;
}
</style>