#8A792B

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

Shades of Corn Harvest #8A792B

Tints of Corn Harvest #8A792B

Color information

#8A792B (or 0x8A792B) is unknown color: approx Corn Harvest. HEX triplet: 8A, 79 and 2B. RGB value is (138,121,43). Sum of RGB (Red+Green+Blue) = 138+121+43=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A792B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A792B is #7586D4. Grayscale: #757575. Windows color (decimal): -7702229 or 2849162. OLE color: 2849162.

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

Color convert

RGB13812143-
CMYK00.120.690.46
HSL49.26º52.49%35.49%-
HSV(B)49.26º68.84%54.12%-
XYZ17.7519.255.07-
YUV117.1986.13142.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=45.70%
G=40.07%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381214300.120.690.4649.2652.4935.49
Hex8A792B0C452E313423
Octal2121715301410556616443
Binary100010101111001101011011001000101101110110001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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