#84753F

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

Shades of Go Ben #84753F

Tints of Go Ben #84753F

Color information

#84753F (or 0x84753F) is unknown color: approx Go Ben. HEX triplet: 84, 75 and 3F. RGB value is (132,117,63). Sum of RGB (Red+Green+Blue) = 132+117+63=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84753F is #7B8AC0. Grayscale: #737373. Windows color (decimal): -8096449 or 4158852. OLE color: 4158852.

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

Color convert

RGB13211763-
CMYK00.110.520.48
HSL46.96º35.38%38.24%-
HSV(B)46.96º52.27%51.76%-
XYZ16.7717.997.29-
YUV115.3398.47139.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 63 (25% from 255) = 20.19%
R=42.31%
G=37.5%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321176300.110.520.4846.9635.3838.24
Hex84753F0B34302f2326
Octal204165770136460574346
Binary10000100111010111111101011110100110000101111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,117,63); }

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

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

 a { background-color: rgb(132,117,63); }

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

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

 span { border-color: rgb(132,117,63); }

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