Shades of Corn Harvest #8D7B3C
Tints of Corn Harvest #8D7B3C
RGB
CMYK
RGB Variations
Color information
#8D7B3C (or 0x8D7B3C) is known color: Corn Harvest. HEX triplet: 8D, 7B and 3C. RGB value is (141,123,60). Sum of RGB (Red+Green+Blue) = 141+123+60=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7B3C is #7284C3. Grayscale: #797979. Windows color (decimal): -7505092 or 3963789. OLE color: 3963789.
HSL color Cylindrical-coordinate representation of color #8D7B3C: hue angle of 46.67º 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 #8D7B3C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 60 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.45 |
| HSL | 46.67º | 0.4% | 0.39% | - |
| HSV(B) | 46.67º | 0.57% | 0.55% | - |
| XYZ | 18.88 | 20.15 | 7.17 | - |
| YUV | 121.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 60 | 0 | 0.13 | 0.57 | 0.45 | 46.67 | 0.4 | 0.39 |
| Hex | 8D | 7B | 3C | 0 | D | 39 | 2D | 2F | 28 | 27 |
| Octal | 215 | 173 | 74 | 0 | 15 | 71 | 55 | 57 | 50 | 47 |
| Binary | 10001101 | 1111011 | 111100 | 0 | 1101 | 111001 | 101101 | 101111 | 101000 | 100111 |
Color Harmonies of #8D7B3C
Complementary color
Monochromatic Colors of #8D7B3C
Black with #8D7B3C
Text Example
Text Example
White with #8D7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B3C; }
p { color: rgb(141,123,60); }
H1.HeaderClassName
{
color: #8D7B3C;
}
.AnyTagClassName
{
color: #8D7B3C;
}
</style>
background-color css
<style>
a { background-color: #8D7B3C; }
a { background-color: rgb(141,123,60); }
div.DivClassName
{
background-color: #8D7B3C;
}
.BgClassName
{
background-color: #8D7B3C;
}
</style>
border-color css
<style>
span { border-color: #8D7B3C; }
span { border-color: rgb(141,123,60); }
td.TdClassName
{
border-color: #8D7B3C;
}
.TagClassName
{
border-color: #8D7B3C;
}
</style>