Shades of Corn Harvest #8B6924
Tints of Corn Harvest #8B6924
RGB
CMYK
RGB Variations
Color information
#8B6924 (or 0x8B6924) is known color: Corn Harvest. HEX triplet: 8B, 69 and 24. RGB value is (139,105,36). Sum of RGB (Red+Green+Blue) = 139+105+36=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6924 is #7496DB. Grayscale: #6B6B6B. Windows color (decimal): -7640796 or 2386315. OLE color: 2386315.
HSL color Cylindrical-coordinate representation of color #8B6924: hue angle of 40.19º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B6924 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 36 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.45 |
| HSL | 40.19º | 0.59% | 0.34% | - |
| HSV(B) | 40.19º | 0.74% | 0.55% | - |
| XYZ | 16.02 | 15.72 | 3.86 | - |
| YUV | 107.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 36 | 0 | 0.24 | 0.74 | 0.45 | 40.19 | 0.59 | 0.34 |
| Hex | 8B | 69 | 24 | 0 | 18 | 4A | 2D | 28 | 3B | 22 |
| Octal | 213 | 151 | 44 | 0 | 30 | 112 | 55 | 50 | 73 | 42 |
| Binary | 10001011 | 1101001 | 100100 | 0 | 11000 | 1001010 | 101101 | 101000 | 111011 | 100010 |
Color Harmonies of #8B6924
Complementary color
Monochromatic Colors of #8B6924
Black with #8B6924
Text Example
Text Example
White with #8B6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6924; }
p { color: rgb(139,105,36); }
H1.HeaderClassName
{
color: #8B6924;
}
.AnyTagClassName
{
color: #8B6924;
}
</style>
background-color css
<style>
a { background-color: #8B6924; }
a { background-color: rgb(139,105,36); }
div.DivClassName
{
background-color: #8B6924;
}
.BgClassName
{
background-color: #8B6924;
}
</style>
border-color css
<style>
span { border-color: #8B6924; }
span { border-color: rgb(139,105,36); }
td.TdClassName
{
border-color: #8B6924;
}
.TagClassName
{
border-color: #8B6924;
}
</style>