#745A3F

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

Shades of Tobacco Brown #745A3F

Tints of Tobacco Brown #745A3F

Color information

#745A3F (or 0x745A3F) is unknown color: approx Tobacco Brown. HEX triplet: 74, 5A and 3F. RGB value is (116,90,63). Sum of RGB (Red+Green+Blue) = 116+90+63=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A3F is #8BA5C0. Grayscale: #5E5E5E. Windows color (decimal): -9151937 or 4151924. OLE color: 4151924.

HSL color Cylindrical-coordinate representation of color #745A3F: hue angle of 30.57º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745A3F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1169063-
CMYK00.220.460.55
HSL30.57º29.61%35.1%-
HSV(B)30.57º45.69%45.49%-
XYZ11.7611.386.28-
YUV94.7110.11143.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 63 (25% from 255) = 23.42%
R=43.12%
G=33.46%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116906300.220.460.5530.5729.6135.1
Hex745A3F0162E371f1e23
Octal164132770265667373643
Binary111010010110101111110101101011101101111111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,90,63); }

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

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

 a { background-color: rgb(116,90,63); }

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

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

 span { border-color: rgb(116,90,63); }

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