#8A6F27

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

Shades of Corn Harvest #8A6F27

Tints of Corn Harvest #8A6F27

Color information

#8A6F27 (or 0x8A6F27) is unknown color: approx Corn Harvest. HEX triplet: 8A, 6F and 27. RGB value is (138,111,39). Sum of RGB (Red+Green+Blue) = 138+111+39=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6F27 is #7590D8. Grayscale: #6F6F6F. Windows color (decimal): -7704793 or 2584458. OLE color: 2584458.

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

Color convert

RGB13811139-
CMYK00.200.720.46
HSL43.64º55.93%34.71%-
HSV(B)43.64º71.74%54.12%-
XYZ16.5316.924.31-
YUV110.8687.45147.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.92%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=47.92%
G=38.54%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381113900.200.720.4643.6455.9334.71
Hex8A6F27014482E2c3823
Octal2121574702411056547043
Binary1000101011011111001110101001001000101110101100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,39); }

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

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

 a { background-color: rgb(138,111,39); }

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

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

 span { border-color: rgb(138,111,39); }

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