#8B6D30

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

Shades of Corn Harvest #8B6D30

Tints of Corn Harvest #8B6D30

Color information

#8B6D30 (or 0x8B6D30) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6D and 30. RGB value is (139,109,48). Sum of RGB (Red+Green+Blue) = 139+109+48=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6D30 is #7492CF. Grayscale: #6F6F6F. Windows color (decimal): -7639760 or 3173771. OLE color: 3173771.

HSL color Cylindrical-coordinate representation of color #8B6D30: hue angle of 40.22º degrees, saturation: 0.49, 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 #8B6D30 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB13910948-
CMYK00.220.650.45
HSL40.22º48.66%36.67%-
HSV(B)40.22º65.47%54.51%-
XYZ16.6516.645.13-
YUV111.0292.44147.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 48 (19.14% from 255) = 16.22%
R=46.96%
G=36.82%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391094800.220.650.4540.2248.6636.67
Hex8B6D30016412D283125
Octal2131556002610155506145
Binary1000101111011011100000101101000001101101101000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,48); }

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

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

 a { background-color: rgb(139,109,48); }

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

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

 span { border-color: rgb(139,109,48); }

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