#747046

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

Shades of Go Ben #747046

Tints of Go Ben #747046

Color information

#747046 (or 0x747046) is unknown color: approx Go Ben. HEX triplet: 74, 70 and 46. RGB value is (116,112,70). Sum of RGB (Red+Green+Blue) = 116+112+70=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #747046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747046 is #8B8FB9. Grayscale: #6C6C6C. Windows color (decimal): -9146298 or 4616308. OLE color: 4616308.

HSL color Cylindrical-coordinate representation of color #747046: hue angle of 54.78º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747046 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB11611270-
CMYK00.030.400.55
HSL54.78º24.73%36.47%-
HSV(B)54.78º39.66%45.49%-
XYZ14.115.748.09-
YUV108.41106.33133.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=38.93%
G=37.58%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161127000.030.400.5554.7824.7336.47
Hex747046032837371924
Octal164160106035067673144
Binary11101001110000100011001110100011011111011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747046; }

 p { color: rgb(116,112,70); }

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

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

 a { background-color: rgb(116,112,70); }

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

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

 span { border-color: rgb(116,112,70); }

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