Shades of Corn Harvest #8B762B
Tints of Corn Harvest #8B762B
RGB
CMYK
RGB Variations
Color information
#8B762B (or 0x8B762B) is known color: Corn Harvest. HEX triplet: 8B, 76 and 2B. RGB value is (139,118,43). Sum of RGB (Red+Green+Blue) = 139+118+43=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B762B is #7489D4. Grayscale: #747474. Windows color (decimal): -7637461 or 2848395. OLE color: 2848395.
HSL color Cylindrical-coordinate representation of color #8B762B: hue angle of 46.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B762B is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 43 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.45 |
| HSL | 46.88º | 0.53% | 0.36% | - |
| HSV(B) | 46.88º | 0.69% | 0.55% | - |
| XYZ | 17.56 | 18.62 | 4.95 | - |
| YUV | 115.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 43 | 0 | 0.15 | 0.69 | 0.45 | 46.88 | 0.53 | 0.36 |
| Hex | 8B | 76 | 2B | 0 | F | 45 | 2D | 2F | 35 | 24 |
| Octal | 213 | 166 | 53 | 0 | 17 | 105 | 55 | 57 | 65 | 44 |
| Binary | 10001011 | 1110110 | 101011 | 0 | 1111 | 1000101 | 101101 | 101111 | 110101 | 100100 |
Color Harmonies of #8B762B
Complementary color
Monochromatic Colors of #8B762B
Black with #8B762B
Text Example
Text Example
White with #8B762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B762B; }
p { color: rgb(139,118,43); }
H1.HeaderClassName
{
color: #8B762B;
}
.AnyTagClassName
{
color: #8B762B;
}
</style>
background-color css
<style>
a { background-color: #8B762B; }
a { background-color: rgb(139,118,43); }
div.DivClassName
{
background-color: #8B762B;
}
.BgClassName
{
background-color: #8B762B;
}
</style>
border-color css
<style>
span { border-color: #8B762B; }
span { border-color: rgb(139,118,43); }
td.TdClassName
{
border-color: #8B762B;
}
.TagClassName
{
border-color: #8B762B;
}
</style>