#826B30

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

Shades of Corn Harvest #826B30

Tints of Corn Harvest #826B30

Color information

#826B30 (or 0x826B30) is unknown color: approx Corn Harvest. HEX triplet: 82, 6B and 30. RGB value is (130,107,48). Sum of RGB (Red+Green+Blue) = 130+107+48=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B30 is #7D94CF. Grayscale: #6B6B6B. Windows color (decimal): -8230096 or 3173250. OLE color: 3173250.

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

Color convert

RGB13010748-
CMYK00.180.630.49
HSL43.17º46.07%34.9%-
HSV(B)43.17º63.08%50.98%-
XYZ1515.474.99-
YUV107.1594.62144.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=45.61%
G=37.54%
B=16.84%

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
Decimal1301074800.180.630.4943.1746.0734.9
Hex826B300123F312b2e23
Octal202153600227761535643
Binary100000101101011110000010010111111110001101011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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