Html Css Color HEX #86752E Corn Harvest

📋 copy color: '#86752E'

red 134 ◦ green 117 ◦ blue 46

#86752E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #86752E

Tints of Corn Harvest #86752E

RGB

 RED value IS 134 (52.73% from 255) = 45.12%

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 45.12%
G = 39.39%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86752E (or 0x86752E) is known color: Corn Harvest. HEX triplet: 86, 75 and 2E. RGB value is (134,117,46). Sum of RGB (Red+Green+Blue) = 134+117+46=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86752E is #798AD1. Grayscale: #727272. Windows color (decimal): -7965394 or 3044742. OLE color: 3044742.

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

Color convert

RGB 134 117 46 -
CMYK 0 0.13 0.66 0.47
HSL 48.41º 0.49% 0.35% -
HSV(B) 48.41º 0.66% 0.53% -
XYZ 16.69 17.99 5.18 -
YUV 113.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 134 117 46 0 0.13 0.66 0.47 48.41 0.49 0.35
Hex 86 75 2E 0 D 42 2F 30 31 23
Octal 206 165 56 0 15 102 57 60 61 43
Binary 10000110 1110101 101110 0 1101 1000010 101111 110000 110001 100011

Color Harmonies of #86752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86752E

Black with #86752E

Text Example


Text Example

White with #86752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86752E;
 }
 .AnyTagClassName
 {
   color: #86752E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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