Html Css Color HEX #746949 Go Ben

📋 copy color: '#746949'

red 116 ◦ green 105 ◦ blue 73

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

Shades of Go Ben #746949

Tints of Go Ben #746949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

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

R = 39.46%
G = 35.71%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#746949 (or 0x746949) is known color: Go Ben. HEX triplet: 74, 69 and 49. RGB value is (116,105,73). Sum of RGB (Red+Green+Blue) = 116+105+73=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #746949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746949 is #8B96B6. Grayscale: #686868. Windows color (decimal): -9148087 or 4811124. OLE color: 4811124.

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

Color convert

RGB 116 105 73 -
CMYK 0 0.09 0.37 0.55
HSL 44.65º 0.23% 0.37% -
HSV(B) 44.65º 0.37% 0.45% -
XYZ 13.46 14.3 8.35 -
YUV 104.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 116 105 73 0 0.09 0.37 0.55 44.65 0.23 0.37
Hex 74 69 49 0 9 25 37 2D 17 25
Octal 164 151 111 0 11 45 67 55 27 45
Binary 1110100 1101001 1001001 0 1001 100101 110111 101101 10111 100101

Color Harmonies of #746949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746949

Black with #746949

Text Example


Text Example

White with #746949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746949; }

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

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

background-color css

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

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

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

border-color css

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

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

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