Html Css Color HEX #826C34 Corn Harvest

📋 copy color: '#826C34'

red 130 ◦ green 108 ◦ blue 52

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

Shades of Corn Harvest #826C34

Tints of Corn Harvest #826C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 44.83%
G = 37.24%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#826C34 (or 0x826C34) is known color: Corn Harvest. HEX triplet: 82, 6C and 34. RGB value is (130,108,52). Sum of RGB (Red+Green+Blue) = 130+108+52=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #826C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C34 is #7D93CB. Grayscale: #6C6C6C. Windows color (decimal): -8229836 or 3435650. OLE color: 3435650.

HSL color Cylindrical-coordinate representation of color #826C34: hue angle of 43.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #826C34 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 108 52 -
CMYK 0 0.17 0.60 0.49
HSL 43.08º 0.43% 0.36% -
HSV(B) 43.08º 0.6% 0.51% -
XYZ 15.19 15.72 5.48 -
YUV 108.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 130 108 52 0 0.17 0.60 0.49 43.08 0.43 0.36
Hex 82 6C 34 0 11 3C 31 2B 2B 24
Octal 202 154 64 0 21 74 61 53 53 44
Binary 10000010 1101100 110100 0 10001 111100 110001 101011 101011 100100

Color Harmonies of #826C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C34

Black with #826C34

Text Example


Text Example

White with #826C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,108,52); }

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

background-color css

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

 a { background-color: rgb(130,108,52); }

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

border-color css

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

 span { border-color: rgb(130,108,52); }

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