#8A723C

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

Shades of Corn Harvest #8A723C

Tints of Corn Harvest #8A723C

Color information

#8A723C (or 0x8A723C) is unknown color: approx Corn Harvest. HEX triplet: 8A, 72 and 3C. RGB value is (138,114,60). Sum of RGB (Red+Green+Blue) = 138+114+60=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A723C is #758DC3. Grayscale: #737373. Windows color (decimal): -7704004 or 3961482. OLE color: 3961482.

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

Color convert

RGB13811460-
CMYK00.170.570.46
HSL41.54º39.39%38.82%-
HSV(B)41.54º56.52%54.12%-
XYZ17.3117.766.79-
YUV115.0296.95144.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.23%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=44.23%
G=36.54%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381146000.170.570.4641.5439.3938.82
Hex8A723C011392E2a2727
Octal212162740217156524747
Binary100010101110010111100010001111001101110101010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,60); }

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

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

 a { background-color: rgb(138,114,60); }

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

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

 span { border-color: rgb(138,114,60); }

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