#745C46

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

Shades of Tobacco Brown #745C46

Tints of Tobacco Brown #745C46

Color information

#745C46 (or 0x745C46) is unknown color: approx Tobacco Brown. HEX triplet: 74, 5C and 46. RGB value is (116,92,70). Sum of RGB (Red+Green+Blue) = 116+92+70=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #745C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C46 is #8BA3B9. Grayscale: #606060. Windows color (decimal): -9151418 or 4611188. OLE color: 4611188.

HSL color Cylindrical-coordinate representation of color #745C46: hue angle of 28.7º 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 #745C46 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1169270-
CMYK00.210.400.55
HSL28.7º24.73%36.47%-
HSV(B)28.7º39.66%45.49%-
XYZ12.1411.817.43-
YUV96.67112.95141.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=41.73%
G=33.09%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116927000.210.400.5528.724.7336.47
Hex745C4601528371d1924
Octal1641341060255067353144
Binary1110100101110010001100101011010001101111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745C46; }

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

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

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

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

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

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

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

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