Shades of Corn Harvest #8B7831
Tints of Corn Harvest #8B7831
RGB
CMYK
RGB Variations
Color information
#8B7831 (or 0x8B7831) is known color: Corn Harvest. HEX triplet: 8B, 78 and 31. RGB value is (139,120,49). Sum of RGB (Red+Green+Blue) = 139+120+49=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7831 is #7487CE. Grayscale: #757575. Windows color (decimal): -7636943 or 3242123. OLE color: 3242123.
HSL color Cylindrical-coordinate representation of color #8B7831: hue angle of 47.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B7831 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 49 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.45 |
| HSL | 47.33º | 0.48% | 0.37% | - |
| HSV(B) | 47.33º | 0.65% | 0.55% | - |
| XYZ | 17.92 | 19.14 | 5.66 | - |
| YUV | 117.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 49 | 0 | 0.14 | 0.65 | 0.45 | 47.33 | 0.48 | 0.37 |
| Hex | 8B | 78 | 31 | 0 | E | 41 | 2D | 2F | 30 | 25 |
| Octal | 213 | 170 | 61 | 0 | 16 | 101 | 55 | 57 | 60 | 45 |
| Binary | 10001011 | 1111000 | 110001 | 0 | 1110 | 1000001 | 101101 | 101111 | 110000 | 100101 |
Color Harmonies of #8B7831
Complementary color
Monochromatic Colors of #8B7831
Black with #8B7831
Text Example
Text Example
White with #8B7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7831; }
p { color: rgb(139,120,49); }
H1.HeaderClassName
{
color: #8B7831;
}
.AnyTagClassName
{
color: #8B7831;
}
</style>
background-color css
<style>
a { background-color: #8B7831; }
a { background-color: rgb(139,120,49); }
div.DivClassName
{
background-color: #8B7831;
}
.BgClassName
{
background-color: #8B7831;
}
</style>
border-color css
<style>
span { border-color: #8B7831; }
span { border-color: rgb(139,120,49); }
td.TdClassName
{
border-color: #8B7831;
}
.TagClassName
{
border-color: #8B7831;
}
</style>