#8B753E

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

Shades of Corn Harvest #8B753E

Tints of Corn Harvest #8B753E

Color information

#8B753E (or 0x8B753E) is unknown color: approx Corn Harvest. HEX triplet: 8B, 75 and 3E. RGB value is (139,117,62). Sum of RGB (Red+Green+Blue) = 139+117+62=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B753E is #748AC1. Grayscale: #757575. Windows color (decimal): -7637698 or 4093323. OLE color: 4093323.

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

Color convert

RGB13911762-
CMYK00.160.550.45
HSL42.86º38.31%39.41%-
HSV(B)42.86º55.4%54.51%-
XYZ17.8818.567.2-
YUV117.3196.79143.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=43.71%
G=36.79%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391176200.160.550.4542.8638.3139.41
Hex8B753E010372D2b2627
Octal213165760206755534647
Binary100010111110101111110010000110111101101101011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,62); }

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

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

 a { background-color: rgb(139,117,62); }

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

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

 span { border-color: rgb(139,117,62); }

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