Html Css Color HEX #826D36 Corn Harvest

📋 copy color: '#826D36'

red 130 ◦ green 109 ◦ blue 54

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

Shades of Corn Harvest #826D36

Tints of Corn Harvest #826D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.2%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 44.37%
G = 37.2%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#826D36 (or 0x826D36) is known color: Corn Harvest. HEX triplet: 82, 6D and 36. RGB value is (130,109,54). Sum of RGB (Red+Green+Blue) = 130+109+54=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #826D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D36 is #7D92C9. Grayscale: #6D6D6D. Windows color (decimal): -8229578 or 3566978. OLE color: 3566978.

HSL color Cylindrical-coordinate representation of color #826D36: hue angle of 43.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #826D36 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 54 -
CMYK 0 0.16 0.58 0.49
HSL 43.42º 0.41% 0.36% -
HSV(B) 43.42º 0.58% 0.51% -
XYZ 15.34 15.95 5.76 -
YUV 109.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 130 109 54 0 0.16 0.58 0.49 43.42 0.41 0.36
Hex 82 6D 36 0 10 3A 31 2B 29 24
Octal 202 155 66 0 20 72 61 53 51 44
Binary 10000010 1101101 110110 0 10000 111010 110001 101011 101001 100100

Color Harmonies of #826D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D36

Black with #826D36

Text Example


Text Example

White with #826D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,109,54); }

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

background-color css

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

 a { background-color: rgb(130,109,54); }

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

border-color css

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

 span { border-color: rgb(130,109,54); }

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