Shades of Corn Harvest #8B743C
Tints of Corn Harvest #8B743C
RGB
CMYK
RGB Variations
Color information
#8B743C (or 0x8B743C) is known color: Corn Harvest. HEX triplet: 8B, 74 and 3C. RGB value is (139,116,60). Sum of RGB (Red+Green+Blue) = 139+116+60=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B743C is #748BC3. Grayscale: #747474. Windows color (decimal): -7637956 or 3961995. OLE color: 3961995.
HSL color Cylindrical-coordinate representation of color #8B743C: hue angle of 42.53º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B743C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 60 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.45 |
| HSL | 42.53º | 0.4% | 0.39% | - |
| HSV(B) | 42.53º | 0.57% | 0.55% | - |
| XYZ | 17.71 | 18.31 | 6.88 | - |
| YUV | 116.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 60 | 0 | 0.17 | 0.57 | 0.45 | 42.53 | 0.4 | 0.39 |
| Hex | 8B | 74 | 3C | 0 | 11 | 39 | 2D | 2B | 28 | 27 |
| Octal | 213 | 164 | 74 | 0 | 21 | 71 | 55 | 53 | 50 | 47 |
| Binary | 10001011 | 1110100 | 111100 | 0 | 10001 | 111001 | 101101 | 101011 | 101000 | 100111 |
Color Harmonies of #8B743C
Complementary color
Monochromatic Colors of #8B743C
Black with #8B743C
Text Example
Text Example
White with #8B743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B743C; }
p { color: rgb(139,116,60); }
H1.HeaderClassName
{
color: #8B743C;
}
.AnyTagClassName
{
color: #8B743C;
}
</style>
background-color css
<style>
a { background-color: #8B743C; }
a { background-color: rgb(139,116,60); }
div.DivClassName
{
background-color: #8B743C;
}
.BgClassName
{
background-color: #8B743C;
}
</style>
border-color css
<style>
span { border-color: #8B743C; }
span { border-color: rgb(139,116,60); }
td.TdClassName
{
border-color: #8B743C;
}
.TagClassName
{
border-color: #8B743C;
}
</style>