Html Css Color HEX #826F39 Corn Harvest

📋 copy color: '#826F39'

red 130 ◦ green 111 ◦ blue 57

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

Shades of Corn Harvest #826F39

Tints of Corn Harvest #826F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.25%

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 43.62%
G = 37.25%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#826F39 (or 0x826F39) is known color: Corn Harvest. HEX triplet: 82, 6F and 39. RGB value is (130,111,57). Sum of RGB (Red+Green+Blue) = 130+111+57=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F39 is #7D90C6. Grayscale: #6E6E6E. Windows color (decimal): -8229063 or 3764098. OLE color: 3764098.

HSL color Cylindrical-coordinate representation of color #826F39: hue angle of 44.38º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826F39 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 57 -
CMYK 0 0.15 0.56 0.49
HSL 44.38º 0.39% 0.37% -
HSV(B) 44.38º 0.56% 0.51% -
XYZ 15.63 16.41 6.21 -
YUV 110.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 130 111 57 0 0.15 0.56 0.49 44.38 0.39 0.37
Hex 82 6F 39 0 F 38 31 2C 27 25
Octal 202 157 71 0 17 70 61 54 47 45
Binary 10000010 1101111 111001 0 1111 111000 110001 101100 100111 100101

Color Harmonies of #826F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F39

Black with #826F39

Text Example


Text Example

White with #826F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,111,57); }

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

background-color css

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

 a { background-color: rgb(130,111,57); }

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

border-color css

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

 span { border-color: rgb(130,111,57); }

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