#867228

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

Shades of Corn Harvest #867228

Tints of Corn Harvest #867228

Color information

#867228 (or 0x867228) is unknown color: approx Corn Harvest. HEX triplet: 86, 72 and 28. RGB value is (134,114,40). Sum of RGB (Red+Green+Blue) = 134+114+40=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #867228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867228 is #798DD7. Grayscale: #6F6F6F. Windows color (decimal): -7966168 or 2650758. OLE color: 2650758.

HSL color Cylindrical-coordinate representation of color #867228: hue angle of 47.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #867228 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13411440-
CMYK00.150.700.47
HSL47.23º54.02%34.12%-
HSV(B)47.23º70.15%52.55%-
XYZ16.2317.264.48-
YUV111.5487.63144.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=46.53%
G=39.58%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341144000.150.700.4747.2354.0234.12
Hex8672280F462F2f3622
Octal2061625001710657576642
Binary100001101110010101000011111000110101111101111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867228; }

 p { color: rgb(134,114,40); }

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

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

 a { background-color: rgb(134,114,40); }

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

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

 span { border-color: rgb(134,114,40); }

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