Shades of Corn Harvest #8B7825
Tints of Corn Harvest #8B7825
RGB
CMYK
RGB Variations
Color information
#8B7825 (or 0x8B7825) is known color: Corn Harvest. HEX triplet: 8B, 78 and 25. RGB value is (139,120,37). Sum of RGB (Red+Green+Blue) = 139+120+37=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7825 is #7487DA. Grayscale: #747474. Windows color (decimal): -7636955 or 2455691. OLE color: 2455691.
HSL color Cylindrical-coordinate representation of color #8B7825: hue angle of 48.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B7825 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 37 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.45 |
| HSL | 48.82º | 0.58% | 0.35% | - |
| HSV(B) | 48.82º | 0.73% | 0.55% | - |
| XYZ | 17.7 | 19.06 | 4.5 | - |
| YUV | 116.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 37 | 0 | 0.14 | 0.73 | 0.45 | 48.82 | 0.58 | 0.35 |
| Hex | 8B | 78 | 25 | 0 | E | 49 | 2D | 31 | 3A | 23 |
| Octal | 213 | 170 | 45 | 0 | 16 | 111 | 55 | 61 | 72 | 43 |
| Binary | 10001011 | 1111000 | 100101 | 0 | 1110 | 1001001 | 101101 | 110001 | 111010 | 100011 |
Color Harmonies of #8B7825
Complementary color
Monochromatic Colors of #8B7825
Black with #8B7825
Text Example
Text Example
White with #8B7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7825; }
p { color: rgb(139,120,37); }
H1.HeaderClassName
{
color: #8B7825;
}
.AnyTagClassName
{
color: #8B7825;
}
</style>
background-color css
<style>
a { background-color: #8B7825; }
a { background-color: rgb(139,120,37); }
div.DivClassName
{
background-color: #8B7825;
}
.BgClassName
{
background-color: #8B7825;
}
</style>
border-color css
<style>
span { border-color: #8B7825; }
span { border-color: rgb(139,120,37); }
td.TdClassName
{
border-color: #8B7825;
}
.TagClassName
{
border-color: #8B7825;
}
</style>