#8B6A30

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

Shades of Corn Harvest #8B6A30

Tints of Corn Harvest #8B6A30

Color information

#8B6A30 (or 0x8B6A30) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6A and 30. RGB value is (139,106,48). Sum of RGB (Red+Green+Blue) = 139+106+48=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6A30 is #7495CF. Grayscale: #6D6D6D. Windows color (decimal): -7640528 or 3173003. OLE color: 3173003.

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

Color convert

RGB13910648-
CMYK00.240.650.45
HSL38.24º48.66%36.67%-
HSV(B)38.24º65.47%54.51%-
XYZ16.3316.015.03-
YUV109.2593.43149.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=47.44%
G=36.18%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391064800.240.650.4538.2448.6636.67
Hex8B6A30018412D263125
Octal2131526003010155466145
Binary1000101111010101100000110001000001101101100110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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