Html Css Color HEX #826A34 Corn Harvest

📋 copy color: '#826A34'

red 130 ◦ green 106 ◦ blue 52

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

Shades of Corn Harvest #826A34

Tints of Corn Harvest #826A34

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.81%

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

R = 45.14%
G = 36.81%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#826A34 (or 0x826A34) is known color: Corn Harvest. HEX triplet: 82, 6A and 34. RGB value is (130,106,52). Sum of RGB (Red+Green+Blue) = 130+106+52=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #826A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A34 is #7D95CB. Grayscale: #6B6B6B. Windows color (decimal): -8230348 or 3435138. OLE color: 3435138.

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

Color convert

RGB 130 106 52 -
CMYK 0 0.18 0.60 0.49
HSL 41.54º 0.43% 0.36% -
HSV(B) 41.54º 0.6% 0.51% -
XYZ 14.98 15.3 5.41 -
YUV 107.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 130 106 52 0 0.18 0.60 0.49 41.54 0.43 0.36
Hex 82 6A 34 0 12 3C 31 2A 2B 24
Octal 202 152 64 0 22 74 61 52 53 44
Binary 10000010 1101010 110100 0 10010 111100 110001 101010 101011 100100

Color Harmonies of #826A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A34

Black with #826A34

Text Example


Text Example

White with #826A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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