#8B6926

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

Shades of Corn Harvest #8B6926

Tints of Corn Harvest #8B6926

Color information

#8B6926 (or 0x8B6926) is unknown color: approx Corn Harvest. HEX triplet: 8B, 69 and 26. RGB value is (139,105,38). Sum of RGB (Red+Green+Blue) = 139+105+38=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6926 is #7496D9. Grayscale: #6B6B6B. Windows color (decimal): -7640794 or 2517387. OLE color: 2517387.

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

Color convert

RGB13910538-
CMYK00.240.730.45
HSL39.8º57.06%34.71%-
HSV(B)39.8º72.66%54.51%-
XYZ16.0515.734.02-
YUV107.5388.76150.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=49.29%
G=37.23%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391053800.240.730.4539.857.0634.71
Hex8B6926018492D283923
Octal2131514603011155507143
Binary1000101111010011001100110001001001101101101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,38); }

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

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

 a { background-color: rgb(139,105,38); }

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

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

 span { border-color: rgb(139,105,38); }

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