Html Css Color HEX #826C37 Corn Harvest

📋 copy color: '#826C37'

red 130 ◦ green 108 ◦ blue 55

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

Shades of Corn Harvest #826C37

Tints of Corn Harvest #826C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 44.37%
G = 36.86%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#826C37 (or 0x826C37) is known color: Corn Harvest. HEX triplet: 82, 6C and 37. RGB value is (130,108,55). Sum of RGB (Red+Green+Blue) = 130+108+55=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #826C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C37 is #7D93C8. Grayscale: #6C6C6C. Windows color (decimal): -8229833 or 3632258. OLE color: 3632258.

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

Color convert

RGB 130 108 55 -
CMYK 0 0.17 0.58 0.49
HSL 42.4º 0.41% 0.36% -
HSV(B) 42.4º 0.58% 0.51% -
XYZ 15.26 15.75 5.85 -
YUV 108.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 130 108 55 0 0.17 0.58 0.49 42.4 0.41 0.36
Hex 82 6C 37 0 11 3A 31 2A 29 24
Octal 202 154 67 0 21 72 61 52 51 44
Binary 10000010 1101100 110111 0 10001 111010 110001 101010 101001 100100

Color Harmonies of #826C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C37

Black with #826C37

Text Example


Text Example

White with #826C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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