#867427

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

Shades of Corn Harvest #867427

Tints of Corn Harvest #867427

Color information

#867427 (or 0x867427) is unknown color: approx Corn Harvest. HEX triplet: 86, 74 and 27. RGB value is (134,116,39). Sum of RGB (Red+Green+Blue) = 134+116+39=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #867427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867427 is #798BD8. Grayscale: #707070. Windows color (decimal): -7965657 or 2585734. OLE color: 2585734.

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

Color convert

RGB13411639-
CMYK00.130.710.47
HSL48.63º54.91%33.92%-
HSV(B)48.63º70.9%52.55%-
XYZ16.4417.714.47-
YUV112.686.46143.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=46.37%
G=40.14%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341163900.130.710.4748.6354.9133.92
Hex8674270D472F313722
Octal2061644701510757616742
Binary100001101110100100111011011000111101111110001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867427; }

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

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

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

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

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

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

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

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