Shades of Corn Harvest #8B7625
Tints of Corn Harvest #8B7625
RGB
CMYK
RGB Variations
Color information
#8B7625 (or 0x8B7625) is known color: Corn Harvest. HEX triplet: 8B, 76 and 25. RGB value is (139,118,37). Sum of RGB (Red+Green+Blue) = 139+118+37=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7625 is #7489DA. Grayscale: #737373. Windows color (decimal): -7637467 or 2455179. OLE color: 2455179.
HSL color Cylindrical-coordinate representation of color #8B7625: hue angle of 47.65º 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 #8B7625 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 37 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.45 |
| HSL | 47.65º | 0.58% | 0.35% | - |
| HSV(B) | 47.65º | 0.73% | 0.55% | - |
| XYZ | 17.46 | 18.58 | 4.42 | - |
| YUV | 115.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 37 | 0 | 0.15 | 0.73 | 0.45 | 47.65 | 0.58 | 0.35 |
| Hex | 8B | 76 | 25 | 0 | F | 49 | 2D | 30 | 3A | 23 |
| Octal | 213 | 166 | 45 | 0 | 17 | 111 | 55 | 60 | 72 | 43 |
| Binary | 10001011 | 1110110 | 100101 | 0 | 1111 | 1001001 | 101101 | 110000 | 111010 | 100011 |
Color Harmonies of #8B7625
Complementary color
Monochromatic Colors of #8B7625
Black with #8B7625
Text Example
Text Example
White with #8B7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7625; }
p { color: rgb(139,118,37); }
H1.HeaderClassName
{
color: #8B7625;
}
.AnyTagClassName
{
color: #8B7625;
}
</style>
background-color css
<style>
a { background-color: #8B7625; }
a { background-color: rgb(139,118,37); }
div.DivClassName
{
background-color: #8B7625;
}
.BgClassName
{
background-color: #8B7625;
}
</style>
border-color css
<style>
span { border-color: #8B7625; }
span { border-color: rgb(139,118,37); }
td.TdClassName
{
border-color: #8B7625;
}
.TagClassName
{
border-color: #8B7625;
}
</style>