#747048

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

Shades of Go Ben #747048

Tints of Go Ben #747048

Color information

#747048 (or 0x747048) is unknown color: approx Go Ben. HEX triplet: 74, 70 and 48. RGB value is (116,112,72). Sum of RGB (Red+Green+Blue) = 116+112+72=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #747048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747048 is #8B8FB7. Grayscale: #6C6C6C. Windows color (decimal): -9146296 or 4747380. OLE color: 4747380.

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

Color convert

RGB11611272-
CMYK00.030.380.55
HSL54.55º23.4%36.86%-
HSV(B)54.55º37.93%45.49%-
XYZ14.1715.778.43-
YUV108.64107.33133.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 72 (28.52% from 255) = 24%
R=38.67%
G=37.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161127200.030.380.5554.5523.436.86
Hex747048032637371725
Octal164160110034667672745
Binary11101001110000100100001110011011011111011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747048; }

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

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

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

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

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

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

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

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