Shades of Corn Harvest #8B792F
Tints of Corn Harvest #8B792F
RGB
CMYK
RGB Variations
Color information
#8B792F (or 0x8B792F) is known color: Corn Harvest. HEX triplet: 8B, 79 and 2F. RGB value is (139,121,47). Sum of RGB (Red+Green+Blue) = 139+121+47=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B792F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B792F is #7486D0. Grayscale: #767676. Windows color (decimal): -7636689 or 3111307. OLE color: 3111307.
HSL color Cylindrical-coordinate representation of color #8B792F: hue angle of 48.26º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B792F is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 47 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.45 |
| HSL | 48.26º | 0.49% | 0.36% | - |
| HSV(B) | 48.26º | 0.66% | 0.55% | - |
| XYZ | 18 | 19.37 | 5.48 | - |
| YUV | 117.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 47 | 0 | 0.13 | 0.66 | 0.45 | 48.26 | 0.49 | 0.36 |
| Hex | 8B | 79 | 2F | 0 | D | 42 | 2D | 30 | 31 | 24 |
| Octal | 213 | 171 | 57 | 0 | 15 | 102 | 55 | 60 | 61 | 44 |
| Binary | 10001011 | 1111001 | 101111 | 0 | 1101 | 1000010 | 101101 | 110000 | 110001 | 100100 |
Color Harmonies of #8B792F
Complementary color
Monochromatic Colors of #8B792F
Black with #8B792F
Text Example
Text Example
White with #8B792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B792F; }
p { color: rgb(139,121,47); }
H1.HeaderClassName
{
color: #8B792F;
}
.AnyTagClassName
{
color: #8B792F;
}
</style>
background-color css
<style>
a { background-color: #8B792F; }
a { background-color: rgb(139,121,47); }
div.DivClassName
{
background-color: #8B792F;
}
.BgClassName
{
background-color: #8B792F;
}
</style>
border-color css
<style>
span { border-color: #8B792F; }
span { border-color: rgb(139,121,47); }
td.TdClassName
{
border-color: #8B792F;
}
.TagClassName
{
border-color: #8B792F;
}
</style>