#8A6F33

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

Shades of Corn Harvest #8A6F33

Tints of Corn Harvest #8A6F33

Color information

#8A6F33 (or 0x8A6F33) is unknown color: approx Corn Harvest. HEX triplet: 8A, 6F and 33. RGB value is (138,111,51). Sum of RGB (Red+Green+Blue) = 138+111+51=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6F33 is #7590CC. Grayscale: #707070. Windows color (decimal): -7704781 or 3370890. OLE color: 3370890.

HSL color Cylindrical-coordinate representation of color #8A6F33: hue angle of 41.38º 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 #8A6F33 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB13811151-
CMYK00.200.630.46
HSL41.38º46.03%37.06%-
HSV(B)41.38º63.04%54.12%-
XYZ16.7617.015.53-
YUV112.2393.45146.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 111 (43.75% from 255) = 37%
BLUE value IS 51 (20.31% from 255) = 17%
R=46%
G=37%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381115100.200.630.4641.3846.0337.06
Hex8A6F330143F2E292e25
Octal212157630247756515645
Binary100010101101111110011010100111111101110101001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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