#8B742C

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

Shades of Corn Harvest #8B742C

Tints of Corn Harvest #8B742C

Color information

#8B742C (or 0x8B742C) is unknown color: approx Corn Harvest. HEX triplet: 8B, 74 and 2C. RGB value is (139,116,44). Sum of RGB (Red+Green+Blue) = 139+116+44=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B742C is #748BD3. Grayscale: #727272. Windows color (decimal): -7637972 or 2913419. OLE color: 2913419.

HSL color Cylindrical-coordinate representation of color #8B742C: hue angle of 45.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B742C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB13911644-
CMYK00.170.680.45
HSL45.47º51.91%35.88%-
HSV(B)45.47º68.35%54.51%-
XYZ17.3518.164.97-
YUV114.6788.12145.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=46.49%
G=38.80%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391164400.170.680.4545.4751.9135.88
Hex8B742C011442D2d3424
Octal2131645402110455556444
Binary1000101111101001011000100011000100101101101101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,116,44); }

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

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

 a { background-color: rgb(139,116,44); }

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

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

 span { border-color: rgb(139,116,44); }

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