Html Css Color HEX #86752B Corn Harvest

📋 copy color: '#86752B'

red 134 ◦ green 117 ◦ blue 43

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

Shades of Corn Harvest #86752B

Tints of Corn Harvest #86752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 45.58%
G = 39.8%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86752B (or 0x86752B) is known color: Corn Harvest. HEX triplet: 86, 75 and 2B. RGB value is (134,117,43). Sum of RGB (Red+Green+Blue) = 134+117+43=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86752B is #798AD4. Grayscale: #717171. Windows color (decimal): -7965397 or 2848134. OLE color: 2848134.

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

Color convert

RGB 134 117 43 -
CMYK 0 0.13 0.68 0.47
HSL 48.79º 0.51% 0.35% -
HSV(B) 48.79º 0.68% 0.53% -
XYZ 16.63 17.97 4.88 -
YUV 113.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 134 117 43 0 0.13 0.68 0.47 48.79 0.51 0.35
Hex 86 75 2B 0 D 44 2F 31 33 23
Octal 206 165 53 0 15 104 57 61 63 43
Binary 10000110 1110101 101011 0 1101 1000100 101111 110001 110011 100011

Color Harmonies of #86752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86752B

Black with #86752B

Text Example


Text Example

White with #86752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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