#8A732C

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

Shades of Corn Harvest #8A732C

Tints of Corn Harvest #8A732C

Color information

#8A732C (or 0x8A732C) is unknown color: approx Corn Harvest. HEX triplet: 8A, 73 and 2C. RGB value is (138,115,44). Sum of RGB (Red+Green+Blue) = 138+115+44=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A732C is #758CD3. Grayscale: #727272. Windows color (decimal): -7703764 or 2913162. OLE color: 2913162.

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

Color convert

RGB13811544-
CMYK00.170.680.46
HSL45.32º51.65%35.69%-
HSV(B)45.32º68.12%54.12%-
XYZ17.0717.854.93-
YUV113.7888.62145.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=46.46%
G=38.72%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381154400.170.680.4645.3251.6535.69
Hex8A732C011442E2d3424
Octal2121635402110456556444
Binary1000101011100111011000100011000100101110101101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A732C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,115,44); }

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

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

 a { background-color: rgb(138,115,44); }

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

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

 span { border-color: rgb(138,115,44); }

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