#8B712D

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

Shades of Corn Harvest #8B712D

Tints of Corn Harvest #8B712D

Color information

#8B712D (or 0x8B712D) is unknown color: approx Corn Harvest. HEX triplet: 8B, 71 and 2D. RGB value is (139,113,45). Sum of RGB (Red+Green+Blue) = 139+113+45=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B712D is #748ED2. Grayscale: #717171. Windows color (decimal): -7638739 or 2978187. OLE color: 2978187.

HSL color Cylindrical-coordinate representation of color #8B712D: hue angle of 43.4º degrees, saturation: 0.51, 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 #8B712D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB13911345-
CMYK00.190.680.45
HSL43.4º51.09%36.08%-
HSV(B)43.4º67.63%54.51%-
XYZ17.0317.494.96-
YUV113.0289.61146.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=46.80%
G=38.05%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391134500.190.680.4543.451.0936.08
Hex8B712D013442D2b3324
Octal2131615502310455536344
Binary1000101111100011011010100111000100101101101011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,45); }

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

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

 a { background-color: rgb(139,113,45); }

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

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

 span { border-color: rgb(139,113,45); }

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