#86752A

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

Shades of Corn Harvest #86752A

Tints of Corn Harvest #86752A

Color information

#86752A (or 0x86752A) is unknown color: approx Corn Harvest. HEX triplet: 86, 75 and 2A. RGB value is (134,117,42). Sum of RGB (Red+Green+Blue) = 134+117+42=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86752A is #798AD5. Grayscale: #717171. Windows color (decimal): -7965398 or 2782598. OLE color: 2782598.

HSL color Cylindrical-coordinate representation of color #86752A: hue angle of 48.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86752A is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13411742-
CMYK00.130.690.47
HSL48.91º52.27%34.51%-
HSV(B)48.91º68.66%52.55%-
XYZ16.6117.964.78-
YUV113.5387.63142.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=45.73%
G=39.93%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341174200.130.690.4748.9152.2734.51
Hex86752A0D452F313423
Octal2061655201510557616443
Binary100001101110101101010011011000101101111110001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86752A; }

 p { color: rgb(134,117,42); }

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

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

 a { background-color: rgb(134,117,42); }

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

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

 span { border-color: rgb(134,117,42); }

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