Shades of Corn Harvest #8A7624
Tints of Corn Harvest #8A7624
RGB
CMYK
RGB Variations
Color information
#8A7624 (or 0x8A7624) is known color: Corn Harvest. HEX triplet: 8A, 76 and 24. RGB value is (138,118,36). Sum of RGB (Red+Green+Blue) = 138+118+36=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7624 is #7589DB. Grayscale: #727272. Windows color (decimal): -7703004 or 2389642. OLE color: 2389642.
HSL color Cylindrical-coordinate representation of color #8A7624: hue angle of 48.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A7624 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 36 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.46 |
| HSL | 48.24º | 0.59% | 0.34% | - |
| HSV(B) | 48.24º | 0.74% | 0.54% | - |
| XYZ | 17.28 | 18.49 | 4.33 | - |
| YUV | 114.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 36 | 0 | 0.14 | 0.74 | 0.46 | 48.24 | 0.59 | 0.34 |
| Hex | 8A | 76 | 24 | 0 | E | 4A | 2E | 30 | 3B | 22 |
| Octal | 212 | 166 | 44 | 0 | 16 | 112 | 56 | 60 | 73 | 42 |
| Binary | 10001010 | 1110110 | 100100 | 0 | 1110 | 1001010 | 101110 | 110000 | 111011 | 100010 |
Color Harmonies of #8A7624
Complementary color
Monochromatic Colors of #8A7624
Black with #8A7624
Text Example
Text Example
White with #8A7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7624; }
p { color: rgb(138,118,36); }
H1.HeaderClassName
{
color: #8A7624;
}
.AnyTagClassName
{
color: #8A7624;
}
</style>
background-color css
<style>
a { background-color: #8A7624; }
a { background-color: rgb(138,118,36); }
div.DivClassName
{
background-color: #8A7624;
}
.BgClassName
{
background-color: #8A7624;
}
</style>
border-color css
<style>
span { border-color: #8A7624; }
span { border-color: rgb(138,118,36); }
td.TdClassName
{
border-color: #8A7624;
}
.TagClassName
{
border-color: #8A7624;
}
</style>