#82743C

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

Shades of Go Ben #82743C

Tints of Go Ben #82743C

Color information

#82743C (or 0x82743C) is unknown color: approx Go Ben. HEX triplet: 82, 74 and 3C. RGB value is (130,116,60). Sum of RGB (Red+Green+Blue) = 130+116+60=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82743C is #7D8BC3. Grayscale: #727272. Windows color (decimal): -8227780 or 3961986. OLE color: 3961986.

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

Color convert

RGB13011660-
CMYK00.110.540.49
HSL48º36.84%37.25%-
HSV(B)48º53.85%50.98%-
XYZ16.2717.566.81-
YUV113.897.64139.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 60 (23.83% from 255) = 19.61%
R=42.48%
G=37.91%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301166000.110.540.494836.8437.25
Hex82743C0B3631302525
Octal202164740136661604545
Binary10000010111010011110001011110110110001110000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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