Html Css Color HEX #86752C Corn Harvest

📋 copy color: '#86752C'

red 134 ◦ green 117 ◦ blue 44

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

Shades of Corn Harvest #86752C

Tints of Corn Harvest #86752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 45.42%
G = 39.66%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86752C (or 0x86752C) is known color: Corn Harvest. HEX triplet: 86, 75 and 2C. RGB value is (134,117,44). Sum of RGB (Red+Green+Blue) = 134+117+44=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86752C is #798AD3. Grayscale: #727272. Windows color (decimal): -7965396 or 2913670. OLE color: 2913670.

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

Color convert

RGB 134 117 44 -
CMYK 0 0.13 0.67 0.47
HSL 48.67º 0.51% 0.35% -
HSV(B) 48.67º 0.67% 0.53% -
XYZ 16.65 17.97 4.97 -
YUV 113.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 134 117 44 0 0.13 0.67 0.47 48.67 0.51 0.35
Hex 86 75 2C 0 D 43 2F 31 33 23
Octal 206 165 54 0 15 103 57 61 63 43
Binary 10000110 1110101 101100 0 1101 1000011 101111 110001 110011 100011

Color Harmonies of #86752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86752C

Black with #86752C

Text Example


Text Example

White with #86752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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