Shades of Corn Harvest #876D2D
Tints of Corn Harvest #876D2D
RGB
CMYK
RGB Variations
Color information
#876D2D (or 0x876D2D) is known color: Corn Harvest. HEX triplet: 87, 6D and 2D. RGB value is (135,109,45). Sum of RGB (Red+Green+Blue) = 135+109+45=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #876D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876D2D is #7892D2. Grayscale: #6D6D6D. Windows color (decimal): -7901907 or 2977159. OLE color: 2977159.
HSL color Cylindrical-coordinate representation of color #876D2D: hue angle of 42.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #876D2D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 45 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.47 |
| HSL | 42.67º | 0.5% | 0.35% | - |
| HSV(B) | 42.67º | 0.67% | 0.53% | - |
| XYZ | 15.93 | 16.28 | 4.78 | - |
| YUV | 109.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 45 | 0 | 0.19 | 0.67 | 0.47 | 42.67 | 0.5 | 0.35 |
| Hex | 87 | 6D | 2D | 0 | 13 | 43 | 2F | 2B | 32 | 23 |
| Octal | 207 | 155 | 55 | 0 | 23 | 103 | 57 | 53 | 62 | 43 |
| Binary | 10000111 | 1101101 | 101101 | 0 | 10011 | 1000011 | 101111 | 101011 | 110010 | 100011 |
Color Harmonies of #876D2D
Complementary color
Monochromatic Colors of #876D2D
Black with #876D2D
Text Example
Text Example
White with #876D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D2D; }
p { color: rgb(135,109,45); }
H1.HeaderClassName
{
color: #876D2D;
}
.AnyTagClassName
{
color: #876D2D;
}
</style>
background-color css
<style>
a { background-color: #876D2D; }
a { background-color: rgb(135,109,45); }
div.DivClassName
{
background-color: #876D2D;
}
.BgClassName
{
background-color: #876D2D;
}
</style>
border-color css
<style>
span { border-color: #876D2D; }
span { border-color: rgb(135,109,45); }
td.TdClassName
{
border-color: #876D2D;
}
.TagClassName
{
border-color: #876D2D;
}
</style>