Html Css Color HEX #82702E Corn Harvest

📋 copy color: '#82702E'

red 130 ◦ green 112 ◦ blue 46

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

Shades of Corn Harvest #82702E

Tints of Corn Harvest #82702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 45.14%
G = 38.89%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82702E (or 0x82702E) is known color: Corn Harvest. HEX triplet: 82, 70 and 2E. RGB value is (130,112,46). Sum of RGB (Red+Green+Blue) = 130+112+46=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82702E is #7D8FD1. Grayscale: #6E6E6E. Windows color (decimal): -8228818 or 3043458. OLE color: 3043458.

HSL color Cylindrical-coordinate representation of color #82702E: hue angle of 47.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82702E is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 46 -
CMYK 0 0.14 0.65 0.49
HSL 47.14º 0.48% 0.35% -
HSV(B) 47.14º 0.65% 0.51% -
XYZ 15.49 16.53 4.96 -
YUV 109.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 130 112 46 0 0.14 0.65 0.49 47.14 0.48 0.35
Hex 82 70 2E 0 E 41 31 2F 30 23
Octal 202 160 56 0 16 101 61 57 60 43
Binary 10000010 1110000 101110 0 1110 1000001 110001 101111 110000 100011

Color Harmonies of #82702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82702E

Black with #82702E

Text Example


Text Example

White with #82702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82702E; }

 p { color: rgb(130,112,46); }

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

background-color css

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

 a { background-color: rgb(130,112,46); }

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

border-color css

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

 span { border-color: rgb(130,112,46); }

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