#8B6F30

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

Shades of Corn Harvest #8B6F30

Tints of Corn Harvest #8B6F30

Color information

#8B6F30 (or 0x8B6F30) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6F and 30. RGB value is (139,111,48). Sum of RGB (Red+Green+Blue) = 139+111+48=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6F30 is #7490CF. Grayscale: #707070. Windows color (decimal): -7639248 or 3174283. OLE color: 3174283.

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

Color convert

RGB13911148-
CMYK00.200.650.45
HSL41.54º48.66%36.67%-
HSV(B)41.54º65.47%54.51%-
XYZ16.8717.075.2-
YUV112.1991.78147.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=46.64%
G=37.25%
B=16.11%

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
Decimal1391114800.200.650.4541.5448.6636.67
Hex8B6F30014412D2a3125
Octal2131576002410155526145
Binary1000101111011111100000101001000001101101101010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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