#8F7133

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

Shades of Corn Harvest #8F7133

Tints of Corn Harvest #8F7133

Color information

#8F7133 (or 0x8F7133) is unknown color: approx Corn Harvest. HEX triplet: 8F, 71 and 33. RGB value is (143,113,51). Sum of RGB (Red+Green+Blue) = 143+113+51=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7133 is #708ECC. Grayscale: #737373. Windows color (decimal): -7376589 or 3371407. OLE color: 3371407.

HSL color Cylindrical-coordinate representation of color #8F7133: hue angle of 40.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F7133 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB14311351-
CMYK00.210.640.44
HSL40.43º47.42%38.04%-
HSV(B)40.43º64.34%56.08%-
XYZ17.8317.895.65-
YUV114.991.94148.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.58%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=46.58%
G=36.81%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431135100.210.640.4440.4347.4238.04
Hex8F7133015402C282f26
Octal2171616302510054505746
Binary1000111111100011100110101011000000101100101000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,51); }

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

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

 a { background-color: rgb(143,113,51); }

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

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

 span { border-color: rgb(143,113,51); }

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