#836B30

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

Shades of Corn Harvest #836B30

Tints of Corn Harvest #836B30

Color information

#836B30 (or 0x836B30) is unknown color: approx Corn Harvest. HEX triplet: 83, 6B and 30. RGB value is (131,107,48). Sum of RGB (Red+Green+Blue) = 131+107+48=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #836B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836B30 is #7C94CF. Grayscale: #6B6B6B. Windows color (decimal): -8164560 or 3173251. OLE color: 3173251.

HSL color Cylindrical-coordinate representation of color #836B30: hue angle of 42.65º 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 #836B30 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB13110748-
CMYK00.180.630.49
HSL42.65º46.37%35.1%-
HSV(B)42.65º63.36%51.37%-
XYZ15.1515.555-
YUV107.4594.45144.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 48 (19.14% from 255) = 16.78%
R=45.80%
G=37.41%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311074800.180.630.4942.6546.3735.1
Hex836B300123F312b2e23
Octal203153600227761535643
Binary100000111101011110000010010111111110001101011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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