Html Css Color HEX #826C38 Corn Harvest

📋 copy color: '#826C38'

red 130 ◦ green 108 ◦ blue 56

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

Shades of Corn Harvest #826C38

Tints of Corn Harvest #826C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.05%

R = 44.22%
G = 36.73%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#826C38 (or 0x826C38) is known color: Corn Harvest. HEX triplet: 82, 6C and 38. RGB value is (130,108,56). Sum of RGB (Red+Green+Blue) = 130+108+56=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #826C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C38 is #7D93C7. Grayscale: #6C6C6C. Windows color (decimal): -8229832 or 3697794. OLE color: 3697794.

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

Color convert

RGB 130 108 56 -
CMYK 0 0.17 0.57 0.49
HSL 42.16º 0.4% 0.36% -
HSV(B) 42.16º 0.57% 0.51% -
XYZ 15.28 15.76 5.98 -
YUV 108.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 130 108 56 0 0.17 0.57 0.49 42.16 0.4 0.36
Hex 82 6C 38 0 11 39 31 2A 28 24
Octal 202 154 70 0 21 71 61 52 50 44
Binary 10000010 1101100 111000 0 10001 111001 110001 101010 101000 100100

Color Harmonies of #826C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C38

Black with #826C38

Text Example


Text Example

White with #826C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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