Html Css Color HEX #826834 Corn Harvest

📋 copy color: '#826834'

red 130 ◦ green 104 ◦ blue 52

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

Shades of Corn Harvest #826834

Tints of Corn Harvest #826834

RGB

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

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

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

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#826834 (or 0x826834) is known color: Corn Harvest. HEX triplet: 82, 68 and 34. RGB value is (130,104,52). Sum of RGB (Red+Green+Blue) = 130+104+52=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #826834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826834 is #7D97CB. Grayscale: #6A6A6A. Windows color (decimal): -8230860 or 3434626. OLE color: 3434626.

HSL color Cylindrical-coordinate representation of color #826834: hue angle of 40º 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 #826834 is Cyan = 0, Magento = 0.2, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 52 -
CMYK 0 0.2 0.60 0.49
HSL 40º 0.43% 0.36% -
HSV(B) 40º 0.6% 0.51% -
XYZ 14.78 14.89 5.34 -
YUV 105.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 130 104 52 0 0.2 0.60 0.49 40 0.43 0.36
Hex 82 68 34 0 14 3C 31 28 2B 24
Octal 202 150 64 0 24 74 61 50 53 44
Binary 10000010 1101000 110100 0 10100 111100 110001 101000 101011 100100

Color Harmonies of #826834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826834

Black with #826834

Text Example


Text Example

White with #826834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826834; }

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

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

background-color css

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

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

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

border-color css

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

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

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