#8B6728

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

Shades of Corn Harvest #8B6728

Tints of Corn Harvest #8B6728

Color information

#8B6728 (or 0x8B6728) is unknown color: approx Corn Harvest. HEX triplet: 8B, 67 and 28. RGB value is (139,103,40). Sum of RGB (Red+Green+Blue) = 139+103+40=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6728 is #7498D7. Grayscale: #6A6A6A. Windows color (decimal): -7641304 or 2647947. OLE color: 2647947.

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

Color convert

RGB13910340-
CMYK00.260.710.45
HSL38.18º55.31%35.1%-
HSV(B)38.18º71.22%54.51%-
XYZ15.8815.344.13-
YUV106.5890.43151.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 40 (16.02% from 255) = 14.18%
R=49.29%
G=36.52%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391034000.260.710.4538.1855.3135.1
Hex8B672801A472D263723
Octal2131475003210755466743
Binary1000101111001111010000110101000111101101100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,103,40); }

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

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

 a { background-color: rgb(139,103,40); }

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

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

 span { border-color: rgb(139,103,40); }

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