Html Css Color HEX #745946 Tobacco Brown

📋 copy color: '#745946'

red 116 ◦ green 89 ◦ blue 70

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

Shades of Tobacco Brown #745946

Tints of Tobacco Brown #745946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 42.18%
G = 32.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#745946 (or 0x745946) is known color: Tobacco Brown. HEX triplet: 74, 59 and 46. RGB value is (116,89,70). Sum of RGB (Red+Green+Blue) = 116+89+70=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #745946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745946 is #8BA6B9. Grayscale: #5F5F5F. Windows color (decimal): -9152186 or 4610420. OLE color: 4610420.

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

Color convert

RGB 116 89 70 -
CMYK 0 0.23 0.40 0.55
HSL 24.78º 0.25% 0.36% -
HSV(B) 24.78º 0.4% 0.45% -
XYZ 11.88 11.3 7.35 -
YUV 94.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 116 89 70 0 0.23 0.40 0.55 24.78 0.25 0.36
Hex 74 59 46 0 17 28 37 19 19 24
Octal 164 131 106 0 27 50 67 31 31 44
Binary 1110100 1011001 1000110 0 10111 101000 110111 11001 11001 100100

Color Harmonies of #745946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745946

Black with #745946

Text Example


Text Example

White with #745946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745946; }

 p { color: rgb(116,89,70); }

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

background-color css

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

 a { background-color: rgb(116,89,70); }

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

border-color css

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

 span { border-color: rgb(116,89,70); }

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