#826933

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

Shades of Corn Harvest #826933

Tints of Corn Harvest #826933

Color information

#826933 (or 0x826933) is unknown color: approx Corn Harvest. HEX triplet: 82, 69 and 33. RGB value is (130,105,51). Sum of RGB (Red+Green+Blue) = 130+105+51=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #826933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826933 is #7D96CC. Grayscale: #6A6A6A. Windows color (decimal): -8230605 or 3369346. OLE color: 3369346.

HSL color Cylindrical-coordinate representation of color #826933: hue angle of 41.01º 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 #826933 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB13010551-
CMYK00.190.610.49
HSL41.01º43.65%35.49%-
HSV(B)41.01º60.77%50.98%-
XYZ14.8615.095.26-
YUV106.3296.78144.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=45.45%
G=36.71%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301055100.190.610.4941.0143.6535.49
Hex8269330133D31292c23
Octal202151630237561515443
Binary100000101101001110011010011111101110001101001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826933; }

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

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

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

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

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

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

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

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