#8B7435

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

Shades of Corn Harvest #8B7435

Tints of Corn Harvest #8B7435

Color information

#8B7435 (or 0x8B7435) is unknown color: approx Corn Harvest. HEX triplet: 8B, 74 and 35. RGB value is (139,116,53). Sum of RGB (Red+Green+Blue) = 139+116+53=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7435 is #748BCA. Grayscale: #737373. Windows color (decimal): -7637963 or 3503243. OLE color: 3503243.

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

Color convert

RGB13911653-
CMYK00.170.620.45
HSL43.95º44.79%37.65%-
HSV(B)43.95º61.87%54.51%-
XYZ17.5418.245.96-
YUV115.792.62144.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=45.13%
G=37.66%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391165300.170.620.4543.9544.7937.65
Hex8B74350113E2D2c2d26
Octal213164650217655545546
Binary100010111110100110101010001111110101101101100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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