Html Css Color HEX #826731 Corn Harvest

📋 copy color: '#826731'

red 130 ◦ green 103 ◦ blue 49

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

Shades of Corn Harvest #826731

Tints of Corn Harvest #826731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

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

R = 46.1%
G = 36.52%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#826731 (or 0x826731) is known color: Corn Harvest. HEX triplet: 82, 67 and 31. RGB value is (130,103,49). Sum of RGB (Red+Green+Blue) = 130+103+49=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826731 is #7D98CE. Grayscale: #696969. Windows color (decimal): -8231119 or 3237762. OLE color: 3237762.

HSL color Cylindrical-coordinate representation of color #826731: hue angle of 40º 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 #826731 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 49 -
CMYK 0 0.21 0.62 0.49
HSL 40º 0.45% 0.35% -
HSV(B) 40º 0.62% 0.51% -
XYZ 14.61 14.67 4.97 -
YUV 104.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 130 103 49 0 0.21 0.62 0.49 40 0.45 0.35
Hex 82 67 31 0 15 3E 31 28 2D 23
Octal 202 147 61 0 25 76 61 50 55 43
Binary 10000010 1100111 110001 0 10101 111110 110001 101000 101101 100011

Color Harmonies of #826731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826731

Black with #826731

Text Example


Text Example

White with #826731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826731; }

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

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

background-color css

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

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

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

border-color css

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

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

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