#8A7033

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

Shades of Corn Harvest #8A7033

Tints of Corn Harvest #8A7033

Color information

#8A7033 (or 0x8A7033) is unknown color: approx Corn Harvest. HEX triplet: 8A, 70 and 33. RGB value is (138,112,51). Sum of RGB (Red+Green+Blue) = 138+112+51=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7033 is #758FCC. Grayscale: #717171. Windows color (decimal): -7704525 or 3371146. OLE color: 3371146.

HSL color Cylindrical-coordinate representation of color #8A7033: hue angle of 42.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A7033 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB13811251-
CMYK00.190.630.46
HSL42.07º46.03%37.06%-
HSV(B)42.07º63.04%54.12%-
XYZ16.8717.235.57-
YUV112.8293.11145.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=45.85%
G=37.21%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381125100.190.630.4642.0746.0337.06
Hex8A70330133F2E2a2e25
Octal212160630237756525645
Binary100010101110000110011010011111111101110101010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,51); }

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

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

 a { background-color: rgb(138,112,51); }

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

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

 span { border-color: rgb(138,112,51); }

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