#83784A

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

Shades of Go Ben #83784A

Tints of Go Ben #83784A

Color information

#83784A (or 0x83784A) is unknown color: approx Go Ben. HEX triplet: 83, 78 and 4A. RGB value is (131,120,74). Sum of RGB (Red+Green+Blue) = 131+120+74=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83784A is #7C87B5. Grayscale: #767676. Windows color (decimal): -8161206 or 4880515. OLE color: 4880515.

HSL color Cylindrical-coordinate representation of color #83784A: hue angle of 48.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83784A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13112074-
CMYK00.080.440.49
HSL48.42º27.8%40.2%-
HSV(B)48.42º43.51%51.37%-
XYZ17.3118.759.19-
YUV118.04103.14137.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=40.31%
G=36.92%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311207400.080.440.4948.4227.840.2
Hex83784A082C31301c28
Octal2031701120105461603450
Binary10000011111100010010100100010110011000111000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83784A; }

 p { color: rgb(131,120,74); }

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

<style>
 a { background-color: #83784A; }

 a { background-color: rgb(131,120,74); }

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

<style>
 span { border-color: #83784A; }

 span { border-color: rgb(131,120,74); }

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