#8B6A27

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

Shades of Corn Harvest #8B6A27

Tints of Corn Harvest #8B6A27

Color information

#8B6A27 (or 0x8B6A27) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6A and 27. RGB value is (139,106,39). Sum of RGB (Red+Green+Blue) = 139+106+39=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6A27 is #7495D8. Grayscale: #6C6C6C. Windows color (decimal): -7640537 or 2583179. OLE color: 2583179.

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

Color convert

RGB13910639-
CMYK00.240.720.45
HSL40.2º56.18%34.9%-
HSV(B)40.2º71.94%54.51%-
XYZ16.1715.944.14-
YUV108.2388.93149.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=48.94%
G=37.32%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391063900.240.720.4540.256.1834.9
Hex8B6A27018482D283823
Octal2131524703011055507043
Binary1000101111010101001110110001001000101101101000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,106,39); }

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

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

 a { background-color: rgb(139,106,39); }

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

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

 span { border-color: rgb(139,106,39); }

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