#8A792A

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

Shades of Corn Harvest #8A792A

Tints of Corn Harvest #8A792A

Color information

#8A792A (or 0x8A792A) is unknown color: approx Corn Harvest. HEX triplet: 8A, 79 and 2A. RGB value is (138,121,42). Sum of RGB (Red+Green+Blue) = 138+121+42=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A792A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A792A is #7586D5. Grayscale: #757575. Windows color (decimal): -7702230 or 2783626. OLE color: 2783626.

HSL color Cylindrical-coordinate representation of color #8A792A: hue angle of 49.37º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A792A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB13812142-
CMYK00.120.700.46
HSL49.37º53.33%35.29%-
HSV(B)49.37º69.57%54.12%-
XYZ17.7419.254.97-
YUV117.0885.63142.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=45.85%
G=40.20%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381214200.120.700.4649.3753.3335.29
Hex8A792A0C462E313523
Octal2121715201410656616543
Binary100010101111001101010011001000110101110110001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A792A; }

 p { color: rgb(138,121,42); }

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

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

 a { background-color: rgb(138,121,42); }

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

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

 span { border-color: rgb(138,121,42); }

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