Html Css Color HEX #83692E Corn Harvest

📋 copy color: '#83692E'

red 131 ◦ green 105 ◦ blue 46

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

Shades of Corn Harvest #83692E

Tints of Corn Harvest #83692E

RGB

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

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

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

R = 46.45%
G = 37.23%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83692E (or 0x83692E) is known color: Corn Harvest. HEX triplet: 83, 69 and 2E. RGB value is (131,105,46). Sum of RGB (Red+Green+Blue) = 131+105+46=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #83692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83692E is #7C96D1. Grayscale: #6A6A6A. Windows color (decimal): -8165074 or 3041667. OLE color: 3041667.

HSL color Cylindrical-coordinate representation of color #83692E: hue angle of 41.65º 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 #83692E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 105 46 -
CMYK 0 0.20 0.65 0.49
HSL 41.65º 0.48% 0.35% -
HSV(B) 41.65º 0.65% 0.51% -
XYZ 14.9 15.13 4.72 -
YUV 106.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 131 105 46 0 0.20 0.65 0.49 41.65 0.48 0.35
Hex 83 69 2E 0 14 41 31 2A 30 23
Octal 203 151 56 0 24 101 61 52 60 43
Binary 10000011 1101001 101110 0 10100 1000001 110001 101010 110000 100011

Color Harmonies of #83692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83692E

Black with #83692E

Text Example


Text Example

White with #83692E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,105,46); }

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

background-color css

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

 a { background-color: rgb(131,105,46); }

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

border-color css

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

 span { border-color: rgb(131,105,46); }

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