Html Css Color HEX #826A2F Corn Harvest

📋 copy color: '#826A2F'

red 130 ◦ green 106 ◦ blue 47

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

Shades of Corn Harvest #826A2F

Tints of Corn Harvest #826A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 45.94%
G = 37.46%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#826A2F (or 0x826A2F) is known color: Corn Harvest. HEX triplet: 82, 6A and 2F. RGB value is (130,106,47). Sum of RGB (Red+Green+Blue) = 130+106+47=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #826A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A2F is #7D95D0. Grayscale: #6A6A6A. Windows color (decimal): -8230353 or 3107458. OLE color: 3107458.

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

Color convert

RGB 130 106 47 -
CMYK 0 0.18 0.64 0.49
HSL 42.65º 0.47% 0.35% -
HSV(B) 42.65º 0.64% 0.51% -
XYZ 14.87 15.26 4.85 -
YUV 106.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 130 106 47 0 0.18 0.64 0.49 42.65 0.47 0.35
Hex 82 6A 2F 0 12 40 31 2B 2F 23
Octal 202 152 57 0 22 100 61 53 57 43
Binary 10000010 1101010 101111 0 10010 1000000 110001 101011 101111 100011

Color Harmonies of #826A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A2F

Black with #826A2F

Text Example


Text Example

White with #826A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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