#816B31

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

Shades of Corn Harvest #816B31

Tints of Corn Harvest #816B31

Color information

#816B31 (or 0x816B31) is unknown color: approx Corn Harvest. HEX triplet: 81, 6B and 31. RGB value is (129,107,49). Sum of RGB (Red+Green+Blue) = 129+107+49=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #816B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B31 is #7E94CE. Grayscale: #6B6B6B. Windows color (decimal): -8295631 or 3238785. OLE color: 3238785.

HSL color Cylindrical-coordinate representation of color #816B31: hue angle of 43.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #816B31 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB12910749-
CMYK00.170.620.49
HSL43.5º44.94%34.9%-
HSV(B)43.5º62.02%50.59%-
XYZ14.8715.45.1-
YUV106.9795.29143.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=45.26%
G=37.54%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291074900.170.620.4943.544.9434.9
Hex816B310113E312b2d23
Octal201153610217661535543
Binary100000011101011110001010001111110110001101011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,107,49); }

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

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

 a { background-color: rgb(129,107,49); }

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

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

 span { border-color: rgb(129,107,49); }

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