#8B6F31

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

Shades of Corn Harvest #8B6F31

Tints of Corn Harvest #8B6F31

Color information

#8B6F31 (or 0x8B6F31) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6F and 31. RGB value is (139,111,49). Sum of RGB (Red+Green+Blue) = 139+111+49=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6F31 is #7490CE. Grayscale: #707070. Windows color (decimal): -7639247 or 3239819. OLE color: 3239819.

HSL color Cylindrical-coordinate representation of color #8B6F31: hue angle of 41.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B6F31 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB13911149-
CMYK00.200.650.45
HSL41.33º47.87%36.86%-
HSV(B)41.33º64.75%54.51%-
XYZ16.8917.085.31-
YUV112.392.28147.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 111 (43.75% from 255) = 37.12%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=46.49%
G=37.12%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391114900.200.650.4541.3347.8736.86
Hex8B6F31014412D293025
Octal2131576102410155516045
Binary1000101111011111100010101001000001101101101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,49); }

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

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

 a { background-color: rgb(139,111,49); }

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

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

 span { border-color: rgb(139,111,49); }

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