Html Css Color HEX #747049 Go Ben

📋 copy color: '#747049'

red 116 ◦ green 112 ◦ blue 73

#747049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Go Ben #747049

Tints of Go Ben #747049

RGB

 RED value IS 116 (45.7% from 255) = 38.54%

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 38.54%
G = 37.21%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#747049 (or 0x747049) is known color: Go Ben. HEX triplet: 74, 70 and 49. RGB value is (116,112,73). Sum of RGB (Red+Green+Blue) = 116+112+73=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #747049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747049 is #8B8FB6. Grayscale: #6C6C6C. Windows color (decimal): -9146295 or 4812916. OLE color: 4812916.

HSL color Cylindrical-coordinate representation of color #747049: hue angle of 54.42º 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 #747049 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 73 -
CMYK 0 0.03 0.37 0.55
HSL 54.42º 0.23% 0.37% -
HSV(B) 54.42º 0.37% 0.45% -
XYZ 14.2 15.78 8.6 -
YUV 108.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 116 112 73 0 0.03 0.37 0.55 54.42 0.23 0.37
Hex 74 70 49 0 3 25 37 36 17 25
Octal 164 160 111 0 3 45 67 66 27 45
Binary 1110100 1110000 1001001 0 11 100101 110111 110110 10111 100101

Color Harmonies of #747049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747049

Black with #747049

Text Example


Text Example

White with #747049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747049; }

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

 H1.HeaderClassName
 {
   color: #747049;
 }
 .AnyTagClassName
 {
   color: #747049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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