#8A6D32

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

Shades of Corn Harvest #8A6D32

Tints of Corn Harvest #8A6D32

Color information

#8A6D32 (or 0x8A6D32) is unknown color: approx Corn Harvest. HEX triplet: 8A, 6D and 32. RGB value is (138,109,50). Sum of RGB (Red+Green+Blue) = 138+109+50=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6D32 is #7592CD. Grayscale: #6F6F6F. Windows color (decimal): -7705294 or 3304842. OLE color: 3304842.

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

Color convert

RGB13810950-
CMYK00.210.640.46
HSL40.23º46.81%36.86%-
HSV(B)40.23º63.77%54.12%-
XYZ16.5316.575.35-
YUV110.9493.61147.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=46.46%
G=36.70%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381095000.210.640.4640.2346.8136.86
Hex8A6D32015402E282f25
Octal2121556202510056505745
Binary1000101011011011100100101011000000101110101000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,109,50); }

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

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

 a { background-color: rgb(138,109,50); }

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

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

 span { border-color: rgb(138,109,50); }

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