Shades of Corn Harvest #816C35
Tints of Corn Harvest #816C35
RGB
CMYK
RGB Variations
Color information
#816C35 (or 0x816C35) is known color: Corn Harvest. HEX triplet: 81, 6C and 35. RGB value is (129,108,53). Sum of RGB (Red+Green+Blue) = 129+108+53=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #816C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C35 is #7E93CA. Grayscale: #6C6C6C. Windows color (decimal): -8295371 or 3501185. OLE color: 3501185.
HSL color Cylindrical-coordinate representation of color #816C35: hue angle of 43.42º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #816C35 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 53 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.49 |
| HSL | 43.42º | 0.42% | 0.36% | - |
| HSV(B) | 43.42º | 0.59% | 0.51% | - |
| XYZ | 15.06 | 15.65 | 5.6 | - |
| YUV | 108.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 53 | 0 | 0.16 | 0.59 | 0.49 | 43.42 | 0.42 | 0.36 |
| Hex | 81 | 6C | 35 | 0 | 10 | 3B | 31 | 2B | 2A | 24 |
| Octal | 201 | 154 | 65 | 0 | 20 | 73 | 61 | 53 | 52 | 44 |
| Binary | 10000001 | 1101100 | 110101 | 0 | 10000 | 111011 | 110001 | 101011 | 101010 | 100100 |
Color Harmonies of #816C35
Complementary color
Monochromatic Colors of #816C35
Black with #816C35
Text Example
Text Example
White with #816C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C35; }
p { color: rgb(129,108,53); }
H1.HeaderClassName
{
color: #816C35;
}
.AnyTagClassName
{
color: #816C35;
}
</style>
background-color css
<style>
a { background-color: #816C35; }
a { background-color: rgb(129,108,53); }
div.DivClassName
{
background-color: #816C35;
}
.BgClassName
{
background-color: #816C35;
}
</style>
border-color css
<style>
span { border-color: #816C35; }
span { border-color: rgb(129,108,53); }
td.TdClassName
{
border-color: #816C35;
}
.TagClassName
{
border-color: #816C35;
}
</style>