Shades of Corn Harvest #8A7133
Tints of Corn Harvest #8A7133
RGB
CMYK
RGB Variations
Color information
#8A7133 (or 0x8A7133) is known color: Corn Harvest. HEX triplet: 8A, 71 and 33. RGB value is (138,113,51). Sum of RGB (Red+Green+Blue) = 138+113+51=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7133 is #758ECC. Grayscale: #717171. Windows color (decimal): -7704269 or 3371402. OLE color: 3371402.
HSL color Cylindrical-coordinate representation of color #8A7133: hue angle of 42.76º 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 #8A7133 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 51 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.46 |
| HSL | 42.76º | 0.46% | 0.37% | - |
| HSV(B) | 42.76º | 0.63% | 0.54% | - |
| XYZ | 16.98 | 17.45 | 5.61 | - |
| YUV | 113.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 51 | 0 | 0.18 | 0.63 | 0.46 | 42.76 | 0.46 | 0.37 |
| Hex | 8A | 71 | 33 | 0 | 12 | 3F | 2E | 2B | 2E | 25 |
| Octal | 212 | 161 | 63 | 0 | 22 | 77 | 56 | 53 | 56 | 45 |
| Binary | 10001010 | 1110001 | 110011 | 0 | 10010 | 111111 | 101110 | 101011 | 101110 | 100101 |
Color Harmonies of #8A7133
Complementary color
Monochromatic Colors of #8A7133
Black with #8A7133
Text Example
Text Example
White with #8A7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7133; }
p { color: rgb(138,113,51); }
H1.HeaderClassName
{
color: #8A7133;
}
.AnyTagClassName
{
color: #8A7133;
}
</style>
background-color css
<style>
a { background-color: #8A7133; }
a { background-color: rgb(138,113,51); }
div.DivClassName
{
background-color: #8A7133;
}
.BgClassName
{
background-color: #8A7133;
}
</style>
border-color css
<style>
span { border-color: #8A7133; }
span { border-color: rgb(138,113,51); }
td.TdClassName
{
border-color: #8A7133;
}
.TagClassName
{
border-color: #8A7133;
}
</style>