Shades of Corn Harvest #8A793B
Tints of Corn Harvest #8A793B
RGB
CMYK
RGB Variations
Color information
#8A793B (or 0x8A793B) is known color: Corn Harvest. HEX triplet: 8A, 79 and 3B. RGB value is (138,121,59). Sum of RGB (Red+Green+Blue) = 138+121+59=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A793B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A793B is #7586C4. Grayscale: #777777. Windows color (decimal): -7702213 or 3897738. OLE color: 3897738.
HSL color Cylindrical-coordinate representation of color #8A793B: hue angle of 47.09º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A793B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 121 | 59 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.46 |
| HSL | 47.09º | 0.4% | 0.39% | - |
| HSV(B) | 47.09º | 0.57% | 0.54% | - |
| XYZ | 18.11 | 19.39 | 6.93 | - |
| YUV | 119.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 59 | 0 | 0.12 | 0.57 | 0.46 | 47.09 | 0.4 | 0.39 |
| Hex | 8A | 79 | 3B | 0 | C | 39 | 2E | 2F | 28 | 27 |
| Octal | 212 | 171 | 73 | 0 | 14 | 71 | 56 | 57 | 50 | 47 |
| Binary | 10001010 | 1111001 | 111011 | 0 | 1100 | 111001 | 101110 | 101111 | 101000 | 100111 |
Color Harmonies of #8A793B
Complementary color
Monochromatic Colors of #8A793B
Black with #8A793B
Text Example
Text Example
White with #8A793B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A793B; }
p { color: rgb(138,121,59); }
H1.HeaderClassName
{
color: #8A793B;
}
.AnyTagClassName
{
color: #8A793B;
}
</style>
background-color css
<style>
a { background-color: #8A793B; }
a { background-color: rgb(138,121,59); }
div.DivClassName
{
background-color: #8A793B;
}
.BgClassName
{
background-color: #8A793B;
}
</style>
border-color css
<style>
span { border-color: #8A793B; }
span { border-color: rgb(138,121,59); }
td.TdClassName
{
border-color: #8A793B;
}
.TagClassName
{
border-color: #8A793B;
}
</style>