Html Css Color HEX #826D31 Corn Harvest

📋 copy color: '#826D31'

red 130 ◦ green 109 ◦ blue 49

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

Shades of Corn Harvest #826D31

Tints of Corn Harvest #826D31

RGB

 RED value IS 130 (51.17% from 255) = 45.14%

 GREEN value IS 109 (42.97% from 255) = 37.85%

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 45.14%
G = 37.85%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#826D31 (or 0x826D31) is known color: Corn Harvest. HEX triplet: 82, 6D and 31. RGB value is (130,109,49). Sum of RGB (Red+Green+Blue) = 130+109+49=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #826D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D31 is #7D92CE. Grayscale: #6C6C6C. Windows color (decimal): -8229583 or 3239298. OLE color: 3239298.

HSL color Cylindrical-coordinate representation of color #826D31: hue angle of 44.44º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #826D31 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 49 -
CMYK 0 0.16 0.62 0.49
HSL 44.44º 0.45% 0.35% -
HSV(B) 44.44º 0.62% 0.51% -
XYZ 15.23 15.9 5.17 -
YUV 108.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 130 109 49 0 0.16 0.62 0.49 44.44 0.45 0.35
Hex 82 6D 31 0 10 3E 31 2C 2D 23
Octal 202 155 61 0 20 76 61 54 55 43
Binary 10000010 1101101 110001 0 10000 111110 110001 101100 101101 100011

Color Harmonies of #826D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D31

Black with #826D31

Text Example


Text Example

White with #826D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826D31; }

 p { color: rgb(130,109,49); }

 H1.HeaderClassName
 {
   color: #826D31;
 }
 .AnyTagClassName
 {
   color: #826D31;
 }
</style>

background-color css

<style>
 a { background-color: #826D31; }

 a { background-color: rgb(130,109,49); }

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

border-color css

<style>
 span { border-color: #826D31; }

 span { border-color: rgb(130,109,49); }

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