Html Css Color HEX #826C36 Corn Harvest

📋 copy color: '#826C36'

red 130 ◦ green 108 ◦ blue 54

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

Shades of Corn Harvest #826C36

Tints of Corn Harvest #826C36

RGB

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

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

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

R = 44.52%
G = 36.99%
B = 18.49%

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

#826C36 (or 0x826C36) is known color: Corn Harvest. HEX triplet: 82, 6C and 36. RGB value is (130,108,54). Sum of RGB (Red+Green+Blue) = 130+108+54=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #826C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C36 is #7D93C9. Grayscale: #6C6C6C. Windows color (decimal): -8229834 or 3566722. OLE color: 3566722.

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

Color convert

RGB 130 108 54 -
CMYK 0 0.17 0.58 0.49
HSL 42.63º 0.41% 0.36% -
HSV(B) 42.63º 0.58% 0.51% -
XYZ 15.23 15.74 5.72 -
YUV 108.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 130 108 54 0 0.17 0.58 0.49 42.63 0.41 0.36
Hex 82 6C 36 0 11 3A 31 2B 29 24
Octal 202 154 66 0 21 72 61 53 51 44
Binary 10000010 1101100 110110 0 10001 111010 110001 101011 101001 100100

Color Harmonies of #826C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C36

Black with #826C36

Text Example


Text Example

White with #826C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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