#867431

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

Shades of Corn Harvest #867431

Tints of Corn Harvest #867431

Color information

#867431 (or 0x867431) is unknown color: approx Corn Harvest. HEX triplet: 86, 74 and 31. RGB value is (134,116,49). Sum of RGB (Red+Green+Blue) = 134+116+49=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #867431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867431 is #798BCE. Grayscale: #727272. Windows color (decimal): -7965647 or 3241094. OLE color: 3241094.

HSL color Cylindrical-coordinate representation of color #867431: hue angle of 47.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #867431 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13411649-
CMYK00.130.630.47
HSL47.29º46.45%35.88%-
HSV(B)47.29º63.43%52.55%-
XYZ16.6317.785.46-
YUV113.7491.46142.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=44.82%
G=38.80%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341164900.130.630.4747.2946.4535.88
Hex8674310D3F2F2f2e24
Octal206164610157757575644
Binary10000110111010011000101101111111101111101111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867431; }

 p { color: rgb(134,116,49); }

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

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

 a { background-color: rgb(134,116,49); }

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

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

 span { border-color: rgb(134,116,49); }

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