Shades of Corn Harvest #8D6723
Tints of Corn Harvest #8D6723
RGB
CMYK
RGB Variations
Color information
#8D6723 (or 0x8D6723) is known color: Corn Harvest. HEX triplet: 8D, 67 and 23. RGB value is (141,103,35). Sum of RGB (Red+Green+Blue) = 141+103+35=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6723 is #7298DC. Grayscale: #6A6A6A. Windows color (decimal): -7510237 or 2320269. OLE color: 2320269.
HSL color Cylindrical-coordinate representation of color #8D6723: hue angle of 38.49º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D6723 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 35 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.45 |
| HSL | 38.49º | 0.6% | 0.35% | - |
| HSV(B) | 38.49º | 0.75% | 0.55% | - |
| XYZ | 16.14 | 15.48 | 3.73 | - |
| YUV | 106.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 35 | 0 | 0.27 | 0.75 | 0.45 | 38.49 | 0.6 | 0.35 |
| Hex | 8D | 67 | 23 | 0 | 1B | 4B | 2D | 26 | 3C | 23 |
| Octal | 215 | 147 | 43 | 0 | 33 | 113 | 55 | 46 | 74 | 43 |
| Binary | 10001101 | 1100111 | 100011 | 0 | 11011 | 1001011 | 101101 | 100110 | 111100 | 100011 |
Color Harmonies of #8D6723
Complementary color
Monochromatic Colors of #8D6723
Black with #8D6723
Text Example
Text Example
White with #8D6723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6723; }
p { color: rgb(141,103,35); }
H1.HeaderClassName
{
color: #8D6723;
}
.AnyTagClassName
{
color: #8D6723;
}
</style>
background-color css
<style>
a { background-color: #8D6723; }
a { background-color: rgb(141,103,35); }
div.DivClassName
{
background-color: #8D6723;
}
.BgClassName
{
background-color: #8D6723;
}
</style>
border-color css
<style>
span { border-color: #8D6723; }
span { border-color: rgb(141,103,35); }
td.TdClassName
{
border-color: #8D6723;
}
.TagClassName
{
border-color: #8D6723;
}
</style>