Shades of Corn Harvest #8B6824
Tints of Corn Harvest #8B6824
RGB
CMYK
RGB Variations
Color information
#8B6824 (or 0x8B6824) is known color: Corn Harvest. HEX triplet: 8B, 68 and 24. RGB value is (139,104,36). Sum of RGB (Red+Green+Blue) = 139+104+36=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6824 is #7497DB. Grayscale: #6B6B6B. Windows color (decimal): -7641052 or 2386059. OLE color: 2386059.
HSL color Cylindrical-coordinate representation of color #8B6824: hue angle of 39.61º 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 #8B6824 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 36 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.45 |
| HSL | 39.61º | 0.59% | 0.34% | - |
| HSV(B) | 39.61º | 0.74% | 0.55% | - |
| XYZ | 15.92 | 15.52 | 3.83 | - |
| YUV | 106.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 36 | 0 | 0.25 | 0.74 | 0.45 | 39.61 | 0.59 | 0.34 |
| Hex | 8B | 68 | 24 | 0 | 19 | 4A | 2D | 28 | 3B | 22 |
| Octal | 213 | 150 | 44 | 0 | 31 | 112 | 55 | 50 | 73 | 42 |
| Binary | 10001011 | 1101000 | 100100 | 0 | 11001 | 1001010 | 101101 | 101000 | 111011 | 100010 |
Color Harmonies of #8B6824
Complementary color
Monochromatic Colors of #8B6824
Black with #8B6824
Text Example
Text Example
White with #8B6824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6824; }
p { color: rgb(139,104,36); }
H1.HeaderClassName
{
color: #8B6824;
}
.AnyTagClassName
{
color: #8B6824;
}
</style>
background-color css
<style>
a { background-color: #8B6824; }
a { background-color: rgb(139,104,36); }
div.DivClassName
{
background-color: #8B6824;
}
.BgClassName
{
background-color: #8B6824;
}
</style>
border-color css
<style>
span { border-color: #8B6824; }
span { border-color: rgb(139,104,36); }
td.TdClassName
{
border-color: #8B6824;
}
.TagClassName
{
border-color: #8B6824;
}
</style>