#827037

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

Shades of Corn Harvest #827037

Tints of Corn Harvest #827037

Color information

#827037 (or 0x827037) is unknown color: approx Corn Harvest. HEX triplet: 82, 70 and 37. RGB value is (130,112,55). Sum of RGB (Red+Green+Blue) = 130+112+55=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #827037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827037 is #7D8FC8. Grayscale: #6F6F6F. Windows color (decimal): -8228809 or 3633282. OLE color: 3633282.

HSL color Cylindrical-coordinate representation of color #827037: hue angle of 45.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #827037 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13011255-
CMYK00.140.580.49
HSL45.6º40.54%36.27%-
HSV(B)45.6º57.69%50.98%-
XYZ15.6916.615.99-
YUV110.8896.46141.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=43.77%
G=37.71%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301125500.140.580.4945.640.5436.27
Hex8270370E3A312e2924
Octal202160670167261565144
Binary10000010111000011011101110111010110001101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827037; }

 p { color: rgb(130,112,55); }

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

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

 a { background-color: rgb(130,112,55); }

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

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

 span { border-color: rgb(130,112,55); }

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