#745946

Color #745946 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #745946

Tints of Tobacco Brown #745946

Color information

#745946 (or 0x745946) is unknown color: approx 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

RGB1168970-
CMYK00.230.400.55
HSL24.78º24.73%36.47%-
HSV(B)24.78º39.66%45.49%-
XYZ11.8811.37.35-
YUV94.91113.95143.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116897000.230.400.5524.7824.7336.47
Hex7459460172837191924
Octal1641311060275067313144
Binary1110100101100110001100101111010001101111100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>