#83692F

Color #83692F Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #83692F

Tints of Corn Harvest #83692F

Color information

#83692F (or 0x83692F) is unknown color: approx Corn Harvest. HEX triplet: 83, 69 and 2F. RGB value is (131,105,47). Sum of RGB (Red+Green+Blue) = 131+105+47=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #83692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83692F is #7C96D0. Grayscale: #6A6A6A. Windows color (decimal): -8165073 or 3107203. OLE color: 3107203.

HSL color Cylindrical-coordinate representation of color #83692F: hue angle of 41.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83692F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB13110547-
CMYK00.200.640.49
HSL41.43º47.19%34.9%-
HSV(B)41.43º64.12%51.37%-
XYZ14.9215.134.82-
YUV106.1694.61145.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=46.29%
G=37.10%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311054700.200.640.4941.4347.1934.9
Hex83692F0144031292f23
Octal2031515702410061515743
Binary1000001111010011011110101001000000110001101001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83692F;
 }
 .AnyTagClassName
 {
   color: #83692F;
 }
</style>
background-color css

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

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

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

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

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

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