#747149

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

Shades of Go Ben #747149

Tints of Go Ben #747149

Color information

#747149 (or 0x747149) is unknown color: approx Go Ben. HEX triplet: 74, 71 and 49. RGB value is (116,113,73). Sum of RGB (Red+Green+Blue) = 116+113+73=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #747149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747149 is #8B8EB6. Grayscale: #6D6D6D. Windows color (decimal): -9146039 or 4813172. OLE color: 4813172.

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

Color convert

RGB11611373-
CMYK00.030.370.55
HSL55.81º22.75%37.06%-
HSV(B)55.81º37.07%45.49%-
XYZ14.31168.64-
YUV109.34107.49132.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=38.41%
G=37.42%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161137300.030.370.5555.8122.7537.06
Hex747149032537381725
Octal164161111034567702745
Binary11101001110001100100101110010111011111100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747149; }

 p { color: rgb(116,113,73); }

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

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

 a { background-color: rgb(116,113,73); }

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

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

 span { border-color: rgb(116,113,73); }

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