#8B702E

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

Shades of Corn Harvest #8B702E

Tints of Corn Harvest #8B702E

Color information

#8B702E (or 0x8B702E) is unknown color: approx Corn Harvest. HEX triplet: 8B, 70 and 2E. RGB value is (139,112,46). Sum of RGB (Red+Green+Blue) = 139+112+46=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B702E is #748FD1. Grayscale: #707070. Windows color (decimal): -7638994 or 3043467. OLE color: 3043467.

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

Color convert

RGB13911246-
CMYK00.190.670.45
HSL42.58º50.27%36.27%-
HSV(B)42.58º66.91%54.51%-
XYZ16.9317.275.03-
YUV112.5590.45146.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=46.80%
G=37.71%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391124600.190.670.4542.5850.2736.27
Hex8B702E013432D2b3224
Octal2131605602310355536244
Binary1000101111100001011100100111000011101101101011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,46); }

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

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

 a { background-color: rgb(139,112,46); }

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

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

 span { border-color: rgb(139,112,46); }

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