#8f762f

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

Shades of Corn Harvest #8F762F

Tints of Corn Harvest #8F762F

Color information

#8F762F (or 0x8F762F) is unknown color: approx Corn Harvest. HEX triplet: 8F, 76 and 2F. RGB value is (143,118,47). Sum of RGB (Red+Green+Blue) = 143+118+47=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F762F is #7089D0. Grayscale: #757575. Windows color (decimal): -7375313 or 3110543. OLE color: 3110543.

HSL color Cylindrical-coordinate representation of color #8F762F: hue angle of 44.37º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F762F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB14311847-
CMYK00.170.670.44
HSL44.37º50.53%37.25%-
HSV(B)44.37º67.13%56.08%-
XYZ18.32195.39-
YUV117.3888.28146.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=46.43%
G=38.31%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431184700.170.670.4444.3750.5337.25
Hex8F762F011432C2c3325
Octal2171665702110354546345
Binary1000111111101101011110100011000011101100101100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f762f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,47); }

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

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

 a { background-color: rgb(143,118,47); }

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

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

 span { border-color: rgb(143,118,47); }

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