Shades of Corn Harvest #8A7A33
Tints of Corn Harvest #8A7A33
RGB
CMYK
RGB Variations
Color information
#8A7A33 (or 0x8A7A33) is known color: Corn Harvest. HEX triplet: 8A, 7A and 33. RGB value is (138,122,51). Sum of RGB (Red+Green+Blue) = 138+122+51=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7A33 is #7585CC. Grayscale: #767676. Windows color (decimal): -7701965 or 3373706. OLE color: 3373706.
HSL color Cylindrical-coordinate representation of color #8A7A33: hue angle of 48.97º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A7A33 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 51 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.46 |
| HSL | 48.97º | 0.46% | 0.37% | - |
| HSV(B) | 48.97º | 0.63% | 0.54% | - |
| XYZ | 18.04 | 19.56 | 5.96 | - |
| YUV | 118.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 51 | 0 | 0.12 | 0.63 | 0.46 | 48.97 | 0.46 | 0.37 |
| Hex | 8A | 7A | 33 | 0 | C | 3F | 2E | 31 | 2E | 25 |
| Octal | 212 | 172 | 63 | 0 | 14 | 77 | 56 | 61 | 56 | 45 |
| Binary | 10001010 | 1111010 | 110011 | 0 | 1100 | 111111 | 101110 | 110001 | 101110 | 100101 |
Color Harmonies of #8A7A33
Complementary color
Monochromatic Colors of #8A7A33
Black with #8A7A33
Text Example
Text Example
White with #8A7A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A33; }
p { color: rgb(138,122,51); }
H1.HeaderClassName
{
color: #8A7A33;
}
.AnyTagClassName
{
color: #8A7A33;
}
</style>
background-color css
<style>
a { background-color: #8A7A33; }
a { background-color: rgb(138,122,51); }
div.DivClassName
{
background-color: #8A7A33;
}
.BgClassName
{
background-color: #8A7A33;
}
</style>
border-color css
<style>
span { border-color: #8A7A33; }
span { border-color: rgb(138,122,51); }
td.TdClassName
{
border-color: #8A7A33;
}
.TagClassName
{
border-color: #8A7A33;
}
</style>