Shades of Corn Harvest #816B34
Tints of Corn Harvest #816B34
RGB
CMYK
RGB Variations
Color information
#816B34 (or 0x816B34) is known color: Corn Harvest. HEX triplet: 81, 6B and 34. RGB value is (129,107,52). Sum of RGB (Red+Green+Blue) = 129+107+52=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #816B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B34 is #7E94CB. Grayscale: #6B6B6B. Windows color (decimal): -8295628 or 3435393. OLE color: 3435393.
HSL color Cylindrical-coordinate representation of color #816B34: hue angle of 42.86º 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 #816B34 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 52 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.49 |
| HSL | 42.86º | 0.43% | 0.35% | - |
| HSV(B) | 42.86º | 0.6% | 0.51% | - |
| XYZ | 14.93 | 15.43 | 5.44 | - |
| YUV | 107.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 52 | 0 | 0.17 | 0.60 | 0.49 | 42.86 | 0.43 | 0.35 |
| Hex | 81 | 6B | 34 | 0 | 11 | 3C | 31 | 2B | 2B | 23 |
| Octal | 201 | 153 | 64 | 0 | 21 | 74 | 61 | 53 | 53 | 43 |
| Binary | 10000001 | 1101011 | 110100 | 0 | 10001 | 111100 | 110001 | 101011 | 101011 | 100011 |
Color Harmonies of #816B34
Complementary color
Monochromatic Colors of #816B34
Black with #816B34
Text Example
Text Example
White with #816B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B34; }
p { color: rgb(129,107,52); }
H1.HeaderClassName
{
color: #816B34;
}
.AnyTagClassName
{
color: #816B34;
}
</style>
background-color css
<style>
a { background-color: #816B34; }
a { background-color: rgb(129,107,52); }
div.DivClassName
{
background-color: #816B34;
}
.BgClassName
{
background-color: #816B34;
}
</style>
border-color css
<style>
span { border-color: #816B34; }
span { border-color: rgb(129,107,52); }
td.TdClassName
{
border-color: #816B34;
}
.TagClassName
{
border-color: #816B34;
}
</style>