#8B7430

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

Shades of Corn Harvest #8B7430

Tints of Corn Harvest #8B7430

Color information

#8B7430 (or 0x8B7430) is unknown color: approx Corn Harvest. HEX triplet: 8B, 74 and 30. RGB value is (139,116,48). Sum of RGB (Red+Green+Blue) = 139+116+48=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7430 is #748BCF. Grayscale: #737373. Windows color (decimal): -7637968 or 3175563. OLE color: 3175563.

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

Color convert

RGB13911648-
CMYK00.170.650.45
HSL44.84º48.66%36.67%-
HSV(B)44.84º65.47%54.51%-
XYZ17.4318.195.39-
YUV115.1290.12145.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 48 (19.14% from 255) = 15.84%
R=45.87%
G=38.28%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391164800.170.650.4544.8448.6636.67
Hex8B7430011412D2d3125
Octal2131646002110155556145
Binary1000101111101001100000100011000001101101101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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