Html Css Color HEX #84682C Corn Harvest

📋 copy color: '#84682C'

red 132 ◦ green 104 ◦ blue 44

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

Shades of Corn Harvest #84682C

Tints of Corn Harvest #84682C

RGB

 RED value IS 132 (51.95% from 255) = 47.14%

 GREEN value IS 104 (41.02% from 255) = 37.14%

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

R = 47.14%
G = 37.14%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84682C (or 0x84682C) is known color: Corn Harvest. HEX triplet: 84, 68 and 2C. RGB value is (132,104,44). Sum of RGB (Red+Green+Blue) = 132+104+44=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84682C is #7B97D3. Grayscale: #696969. Windows color (decimal): -8099796 or 2910340. OLE color: 2910340.

HSL color Cylindrical-coordinate representation of color #84682C: hue angle of 40.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84682C is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 104 44 -
CMYK 0 0.21 0.67 0.48
HSL 40.91º 0.5% 0.35% -
HSV(B) 40.91º 0.67% 0.52% -
XYZ 14.92 14.99 4.49 -
YUV 105.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 132 104 44 0 0.21 0.67 0.48 40.91 0.5 0.35
Hex 84 68 2C 0 15 43 30 29 32 23
Octal 204 150 54 0 25 103 60 51 62 43
Binary 10000100 1101000 101100 0 10101 1000011 110000 101001 110010 100011

Color Harmonies of #84682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84682C

Black with #84682C

Text Example


Text Example

White with #84682C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,104,44); }

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

background-color css

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

 a { background-color: rgb(132,104,44); }

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

border-color css

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

 span { border-color: rgb(132,104,44); }

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