#82743E

Color #82743E Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #82743E

Tints of Go Ben #82743E

Color information

#82743E (or 0x82743E) is unknown color: approx Go Ben. HEX triplet: 82, 74 and 3E. RGB value is (130,116,62). Sum of RGB (Red+Green+Blue) = 130+116+62=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82743E is #7D8BC1. Grayscale: #727272. Windows color (decimal): -8227778 or 4093058. OLE color: 4093058.

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

Color convert

RGB13011662-
CMYK00.110.520.49
HSL47.65º35.42%37.65%-
HSV(B)47.65º52.31%50.98%-
XYZ16.3217.587.09-
YUV114.0398.64139.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=42.21%
G=37.66%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301166200.110.520.4947.6535.4237.65
Hex82743E0B3431302326
Octal202164760136461604346
Binary10000010111010011111001011110100110001110000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,116,62); }

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

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

 a { background-color: rgb(130,116,62); }

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

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

 span { border-color: rgb(130,116,62); }

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