Shades of Corn Harvest #816D33
Tints of Corn Harvest #816D33
RGB
CMYK
RGB Variations
Color information
#816D33 (or 0x816D33) is known color: Corn Harvest. HEX triplet: 81, 6D and 33. RGB value is (129,109,51). Sum of RGB (Red+Green+Blue) = 129+109+51=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #816D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816D33 is #7E92CC. Grayscale: #6C6C6C. Windows color (decimal): -8295117 or 3370369. OLE color: 3370369.
HSL color Cylindrical-coordinate representation of color #816D33: hue angle of 44.62º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #816D33 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 51 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.49 |
| HSL | 44.62º | 0.43% | 0.35% | - |
| HSV(B) | 44.62º | 0.6% | 0.51% | - |
| XYZ | 15.12 | 15.84 | 5.39 | - |
| YUV | 108.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 51 | 0 | 0.16 | 0.60 | 0.49 | 44.62 | 0.43 | 0.35 |
| Hex | 81 | 6D | 33 | 0 | 10 | 3C | 31 | 2D | 2B | 23 |
| Octal | 201 | 155 | 63 | 0 | 20 | 74 | 61 | 55 | 53 | 43 |
| Binary | 10000001 | 1101101 | 110011 | 0 | 10000 | 111100 | 110001 | 101101 | 101011 | 100011 |
Color Harmonies of #816D33
Complementary color
Monochromatic Colors of #816D33
Black with #816D33
Text Example
Text Example
White with #816D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D33; }
p { color: rgb(129,109,51); }
H1.HeaderClassName
{
color: #816D33;
}
.AnyTagClassName
{
color: #816D33;
}
</style>
background-color css
<style>
a { background-color: #816D33; }
a { background-color: rgb(129,109,51); }
div.DivClassName
{
background-color: #816D33;
}
.BgClassName
{
background-color: #816D33;
}
</style>
border-color css
<style>
span { border-color: #816D33; }
span { border-color: rgb(129,109,51); }
td.TdClassName
{
border-color: #816D33;
}
.TagClassName
{
border-color: #816D33;
}
</style>