Shades of Corn Harvest #816B33
Tints of Corn Harvest #816B33
RGB
CMYK
RGB Variations
Color information
#816B33 (or 0x816B33) is known color: Corn Harvest. HEX triplet: 81, 6B and 33. RGB value is (129,107,51). Sum of RGB (Red+Green+Blue) = 129+107+51=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #816B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B33 is #7E94CC. Grayscale: #6B6B6B. Windows color (decimal): -8295629 or 3369857. OLE color: 3369857.
HSL color Cylindrical-coordinate representation of color #816B33: hue angle of 43.08º 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 #816B33 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 51 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.49 |
| HSL | 43.08º | 0.43% | 0.35% | - |
| HSV(B) | 43.08º | 0.6% | 0.51% | - |
| XYZ | 14.91 | 15.42 | 5.32 | - |
| YUV | 107.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 51 | 0 | 0.17 | 0.60 | 0.49 | 43.08 | 0.43 | 0.35 |
| Hex | 81 | 6B | 33 | 0 | 11 | 3C | 31 | 2B | 2B | 23 |
| Octal | 201 | 153 | 63 | 0 | 21 | 74 | 61 | 53 | 53 | 43 |
| Binary | 10000001 | 1101011 | 110011 | 0 | 10001 | 111100 | 110001 | 101011 | 101011 | 100011 |
Color Harmonies of #816B33
Complementary color
Monochromatic Colors of #816B33
Black with #816B33
Text Example
Text Example
White with #816B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B33; }
p { color: rgb(129,107,51); }
H1.HeaderClassName
{
color: #816B33;
}
.AnyTagClassName
{
color: #816B33;
}
</style>
background-color css
<style>
a { background-color: #816B33; }
a { background-color: rgb(129,107,51); }
div.DivClassName
{
background-color: #816B33;
}
.BgClassName
{
background-color: #816B33;
}
</style>
border-color css
<style>
span { border-color: #816B33; }
span { border-color: rgb(129,107,51); }
td.TdClassName
{
border-color: #816B33;
}
.TagClassName
{
border-color: #816B33;
}
</style>