#83754A

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

Shades of Go Ben #83754A

Tints of Go Ben #83754A

Color information

#83754A (or 0x83754A) is unknown color: approx Go Ben. HEX triplet: 83, 75 and 4A. RGB value is (131,117,74). Sum of RGB (Red+Green+Blue) = 131+117+74=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83754A is #7C8AB5. Grayscale: #747474. Windows color (decimal): -8161974 or 4879747. OLE color: 4879747.

HSL color Cylindrical-coordinate representation of color #83754A: hue angle of 45.26º 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 #83754A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13111774-
CMYK00.110.440.49
HSL45.26º27.8%40.2%-
HSV(B)45.26º43.51%51.37%-
XYZ16.9618.049.07-
YUV116.28104.14138.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=40.68%
G=36.34%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311177400.110.440.4945.2627.840.2
Hex83754A0B2C312d1c28
Octal2031651120135461553450
Binary10000011111010110010100101110110011000110110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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