Html Css Color HEX #826E31 Corn Harvest

📋 copy color: '#826E31'

red 130 ◦ green 110 ◦ blue 49

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

Shades of Corn Harvest #826E31

Tints of Corn Harvest #826E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

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

R = 44.98%
G = 38.06%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#826E31 (or 0x826E31) is known color: Corn Harvest. HEX triplet: 82, 6E and 31. RGB value is (130,110,49). Sum of RGB (Red+Green+Blue) = 130+110+49=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #826E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E31 is #7D91CE. Grayscale: #6D6D6D. Windows color (decimal): -8229327 or 3239554. OLE color: 3239554.

HSL color Cylindrical-coordinate representation of color #826E31: hue angle of 45.19º 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 #826E31 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 110 49 -
CMYK 0 0.15 0.62 0.49
HSL 45.19º 0.45% 0.35% -
HSV(B) 45.19º 0.62% 0.51% -
XYZ 15.34 16.12 5.21 -
YUV 109.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 130 110 49 0 0.15 0.62 0.49 45.19 0.45 0.35
Hex 82 6E 31 0 F 3E 31 2D 2D 23
Octal 202 156 61 0 17 76 61 55 55 43
Binary 10000010 1101110 110001 0 1111 111110 110001 101101 101101 100011

Color Harmonies of #826E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E31

Black with #826E31

Text Example


Text Example

White with #826E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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