#816F37

Color #816F37 Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #816F37

Tints of Corn Harvest #816F37

Color information

#816F37 (or 0x816F37) is unknown color: approx Corn Harvest. HEX triplet: 81, 6F and 37. RGB value is (129,111,55). Sum of RGB (Red+Green+Blue) = 129+111+55=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #816F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F37 is #7E90C8. Grayscale: #6E6E6E. Windows color (decimal): -8294601 or 3633025. OLE color: 3633025.

HSL color Cylindrical-coordinate representation of color #816F37: hue angle of 45.41º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #816F37 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB12911155-
CMYK00.140.570.49
HSL45.41º40.22%36.08%-
HSV(B)45.41º57.36%50.59%-
XYZ15.4316.315.95-
YUV11096.96141.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=43.73%
G=37.63%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291115500.140.570.4945.4140.2236.08
Hex816F370E39312d2824
Octal201157670167161555044
Binary10000001110111111011101110111001110001101101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F37; }

 p { color: rgb(129,111,55); }

 H1.HeaderClassName
 {
   color: #816F37;
 }
 .AnyTagClassName
 {
   color: #816F37;
 }
</style>
background-color css

<style>
 a { background-color: #816F37; }

 a { background-color: rgb(129,111,55); }

 div.DivClassName
 {
   background-color: #816F37;
 }
 .BgClassName
 {
   background-color: #816F37;
 }
</style>
border-color css

<style>
 span { border-color: #816F37; }

 span { border-color: rgb(129,111,55); }

 td.TdClassName
 {
   border-color: #816F37;
 }
 .TagClassName
 {
   border-color: #816F37;
 }
</style>