#826731

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

Shades of Corn Harvest #826731

Tints of Corn Harvest #826731

Color information

#826731 (or 0x826731) is unknown color: approx Corn Harvest. HEX triplet: 82, 67 and 31. RGB value is (130,103,49). Sum of RGB (Red+Green+Blue) = 130+103+49=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826731 is #7D98CE. Grayscale: #696969. Windows color (decimal): -8231119 or 3237762. OLE color: 3237762.

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

Color convert

RGB13010349-
CMYK00.210.620.49
HSL40º45.25%35.1%-
HSV(B)40º62.31%50.98%-
XYZ14.6114.674.97-
YUV104.9296.45145.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=46.10%
G=36.52%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301034900.210.620.494045.2535.1
Hex8267310153E31282d23
Octal202147610257661505543
Binary100000101100111110001010101111110110001101000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826731; }

 p { color: rgb(130,103,49); }

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

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

 a { background-color: rgb(130,103,49); }

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

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

 span { border-color: rgb(130,103,49); }

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