Html Css Color HEX #83702B Corn Harvest

📋 copy color: '#83702B'

red 131 ◦ green 112 ◦ blue 43

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

Shades of Corn Harvest #83702B

Tints of Corn Harvest #83702B

RGB

 RED value IS 131 (51.56% from 255) = 45.8%

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 45.8%
G = 39.16%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83702B (or 0x83702B) is known color: Corn Harvest. HEX triplet: 83, 70 and 2B. RGB value is (131,112,43). Sum of RGB (Red+Green+Blue) = 131+112+43=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #83702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83702B is #7C8FD4. Grayscale: #6E6E6E. Windows color (decimal): -8163285 or 2846851. OLE color: 2846851.

HSL color Cylindrical-coordinate representation of color #83702B: hue angle of 47.05º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83702B is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 43 -
CMYK 0 0.15 0.67 0.49
HSL 47.05º 0.51% 0.34% -
HSV(B) 47.05º 0.67% 0.51% -
XYZ 15.59 16.59 4.67 -
YUV 109.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 131 112 43 0 0.15 0.67 0.49 47.05 0.51 0.34
Hex 83 70 2B 0 F 43 31 2F 33 22
Octal 203 160 53 0 17 103 61 57 63 42
Binary 10000011 1110000 101011 0 1111 1000011 110001 101111 110011 100010

Color Harmonies of #83702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83702B

Black with #83702B

Text Example


Text Example

White with #83702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83702B; }

 p { color: rgb(131,112,43); }

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

background-color css

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

 a { background-color: rgb(131,112,43); }

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

border-color css

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

 span { border-color: rgb(131,112,43); }

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