Html Css Color HEX #826931 Corn Harvest

📋 copy color: '#826931'

red 130 ◦ green 105 ◦ blue 49

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

Shades of Corn Harvest #826931

Tints of Corn Harvest #826931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 45.77%
G = 36.97%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#826931 (or 0x826931) is known color: Corn Harvest. HEX triplet: 82, 69 and 31. RGB value is (130,105,49). Sum of RGB (Red+Green+Blue) = 130+105+49=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #826931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826931 is #7D96CE. Grayscale: #6A6A6A. Windows color (decimal): -8230607 or 3238274. OLE color: 3238274.

HSL color Cylindrical-coordinate representation of color #826931: hue angle of 41.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #826931 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 49 -
CMYK 0 0.19 0.62 0.49
HSL 41.48º 0.45% 0.35% -
HSV(B) 41.48º 0.62% 0.51% -
XYZ 14.81 15.07 5.03 -
YUV 106.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 130 105 49 0 0.19 0.62 0.49 41.48 0.45 0.35
Hex 82 69 31 0 13 3E 31 29 2D 23
Octal 202 151 61 0 23 76 61 51 55 43
Binary 10000010 1101001 110001 0 10011 111110 110001 101001 101101 100011

Color Harmonies of #826931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826931

Black with #826931

Text Example


Text Example

White with #826931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826931; }

 p { color: rgb(130,105,49); }

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

background-color css

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

 a { background-color: rgb(130,105,49); }

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

border-color css

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

 span { border-color: rgb(130,105,49); }

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