#836A30

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

Shades of Corn Harvest #836A30

Tints of Corn Harvest #836A30

Color information

#836A30 (or 0x836A30) is unknown color: approx Corn Harvest. HEX triplet: 83, 6A and 30. RGB value is (131,106,48). Sum of RGB (Red+Green+Blue) = 131+106+48=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #836A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836A30 is #7C95CF. Grayscale: #6B6B6B. Windows color (decimal): -8164816 or 3172995. OLE color: 3172995.

HSL color Cylindrical-coordinate representation of color #836A30: hue angle of 41.93º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #836A30 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB13110648-
CMYK00.190.630.49
HSL41.93º46.37%35.1%-
HSV(B)41.93º63.36%51.37%-
XYZ15.0515.354.97-
YUV106.8694.78145.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=45.96%
G=37.19%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311064800.190.630.4941.9346.3735.1
Hex836A300133F312a2e23
Octal203152600237761525643
Binary100000111101010110000010011111111110001101010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836A30; }

 p { color: rgb(131,106,48); }

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

<style>
 a { background-color: #836A30; }

 a { background-color: rgb(131,106,48); }

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

<style>
 span { border-color: #836A30; }

 span { border-color: rgb(131,106,48); }

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