Shades of Corn Harvest #8B7628
Tints of Corn Harvest #8B7628
RGB
CMYK
RGB Variations
Color information
#8B7628 (or 0x8B7628) is known color: Corn Harvest. HEX triplet: 8B, 76 and 28. RGB value is (139,118,40). Sum of RGB (Red+Green+Blue) = 139+118+40=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7628 is #7489D7. Grayscale: #737373. Windows color (decimal): -7637464 or 2651787. OLE color: 2651787.
HSL color Cylindrical-coordinate representation of color #8B7628: hue angle of 47.27º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B7628 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 40 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.45 |
| HSL | 47.27º | 0.55% | 0.35% | - |
| HSV(B) | 47.27º | 0.71% | 0.55% | - |
| XYZ | 17.51 | 18.6 | 4.67 | - |
| YUV | 115.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 40 | 0 | 0.15 | 0.71 | 0.45 | 47.27 | 0.55 | 0.35 |
| Hex | 8B | 76 | 28 | 0 | F | 47 | 2D | 2F | 37 | 23 |
| Octal | 213 | 166 | 50 | 0 | 17 | 107 | 55 | 57 | 67 | 43 |
| Binary | 10001011 | 1110110 | 101000 | 0 | 1111 | 1000111 | 101101 | 101111 | 110111 | 100011 |
Color Harmonies of #8B7628
Complementary color
Monochromatic Colors of #8B7628
Black with #8B7628
Text Example
Text Example
White with #8B7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7628; }
p { color: rgb(139,118,40); }
H1.HeaderClassName
{
color: #8B7628;
}
.AnyTagClassName
{
color: #8B7628;
}
</style>
background-color css
<style>
a { background-color: #8B7628; }
a { background-color: rgb(139,118,40); }
div.DivClassName
{
background-color: #8B7628;
}
.BgClassName
{
background-color: #8B7628;
}
</style>
border-color css
<style>
span { border-color: #8B7628; }
span { border-color: rgb(139,118,40); }
td.TdClassName
{
border-color: #8B7628;
}
.TagClassName
{
border-color: #8B7628;
}
</style>