#8B7125

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

Shades of Corn Harvest #8B7125

Tints of Corn Harvest #8B7125

Color information

#8B7125 (or 0x8B7125) is unknown color: approx Corn Harvest. HEX triplet: 8B, 71 and 25. RGB value is (139,113,37). Sum of RGB (Red+Green+Blue) = 139+113+37=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7125 is #748EDA. Grayscale: #707070. Windows color (decimal): -7638747 or 2453899. OLE color: 2453899.

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

Color convert

RGB13911337-
CMYK00.190.730.45
HSL44.71º57.95%34.51%-
HSV(B)44.71º73.38%54.51%-
XYZ16.8917.434.23-
YUV112.1185.61147.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=48.10%
G=39.10%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391133700.190.730.4544.7157.9534.51
Hex8B7125013492D2d3a23
Octal2131614502311155557243
Binary1000101111100011001010100111001001101101101101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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