#826833

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

Shades of Corn Harvest #826833

Tints of Corn Harvest #826833

Color information

#826833 (or 0x826833) is unknown color: approx Corn Harvest. HEX triplet: 82, 68 and 33. RGB value is (130,104,51). Sum of RGB (Red+Green+Blue) = 130+104+51=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826833 is #7D97CC. Grayscale: #696969. Windows color (decimal): -8230861 or 3369090. OLE color: 3369090.

HSL color Cylindrical-coordinate representation of color #826833: hue angle of 40.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #826833 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB13010451-
CMYK00.20.610.49
HSL40.25º43.65%35.49%-
HSV(B)40.25º60.77%50.98%-
XYZ14.7514.895.23-
YUV105.7397.11145.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=45.61%
G=36.49%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301045100.20.610.4940.2543.6535.49
Hex8268330143D31282c23
Octal202150630247561505443
Binary100000101101000110011010100111101110001101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826833; }

 p { color: rgb(130,104,51); }

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

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

 a { background-color: rgb(130,104,51); }

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

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

 span { border-color: rgb(130,104,51); }

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