#826C38

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

Shades of Corn Harvest #826C38

Tints of Corn Harvest #826C38

Color information

#826C38 (or 0x826C38) is unknown color: approx Corn Harvest. HEX triplet: 82, 6C and 38. RGB value is (130,108,56). Sum of RGB (Red+Green+Blue) = 130+108+56=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #826C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C38 is #7D93C7. Grayscale: #6C6C6C. Windows color (decimal): -8229832 or 3697794. OLE color: 3697794.

HSL color Cylindrical-coordinate representation of color #826C38: hue angle of 42.16º 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 #826C38 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB13010856-
CMYK00.170.570.49
HSL42.16º39.78%36.47%-
HSV(B)42.16º56.92%50.98%-
XYZ15.2815.765.98-
YUV108.6598.29143.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=44.22%
G=36.73%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301085600.170.570.4942.1639.7836.47
Hex826C3801139312a2824
Octal202154700217161525044
Binary100000101101100111000010001111001110001101010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826C38; }

 p { color: rgb(130,108,56); }

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

<style>
 a { background-color: #826C38; }

 a { background-color: rgb(130,108,56); }

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

<style>
 span { border-color: #826C38; }

 span { border-color: rgb(130,108,56); }

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