#8F722A

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

Shades of Corn Harvest #8F722A

Tints of Corn Harvest #8F722A

Color information

#8F722A (or 0x8F722A) is unknown color: approx Corn Harvest. HEX triplet: 8F, 72 and 2A. RGB value is (143,114,42). Sum of RGB (Red+Green+Blue) = 143+114+42=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F722A is #708DD5. Grayscale: #727272. Windows color (decimal): -7376342 or 2781839. OLE color: 2781839.

HSL color Cylindrical-coordinate representation of color #8F722A: hue angle of 42.77º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F722A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14311442-
CMYK00.200.710.44
HSL42.77º54.59%36.27%-
HSV(B)42.77º70.63%56.08%-
XYZ17.7618.044.74-
YUV114.4687.11148.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=47.83%
G=38.13%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431144200.200.710.4442.7754.5936.27
Hex8F722A014472C2b3724
Octal2171625202410754536744
Binary1000111111100101010100101001000111101100101011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,42); }

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

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

 a { background-color: rgb(143,114,42); }

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

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

 span { border-color: rgb(143,114,42); }

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