#747043

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

Shades of Go Ben #747043

Tints of Go Ben #747043

Color information

#747043 (or 0x747043) is unknown color: approx Go Ben. HEX triplet: 74, 70 and 43. RGB value is (116,112,67). Sum of RGB (Red+Green+Blue) = 116+112+67=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #747043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747043 is #8B8FBC. Grayscale: #6C6C6C. Windows color (decimal): -9146301 or 4419700. OLE color: 4419700.

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

Color convert

RGB11611267-
CMYK00.030.420.55
HSL55.1º26.78%35.88%-
HSV(B)55.1º42.24%45.49%-
XYZ14.0115.717.6-
YUV108.07104.83133.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 67 (26.56% from 255) = 22.71%
R=39.32%
G=37.97%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161126700.030.420.5555.126.7835.88
Hex747043032A37371b24
Octal164160103035267673344
Binary11101001110000100001101110101011011111011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747043; }

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

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

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

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

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

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

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

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