#745C42

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

Shades of Tobacco Brown #745C42

Tints of Tobacco Brown #745C42

Color information

#745C42 (or 0x745C42) is unknown color: approx Tobacco Brown. HEX triplet: 74, 5C and 42. RGB value is (116,92,66). Sum of RGB (Red+Green+Blue) = 116+92+66=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #745C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C42 is #8BA3BD. Grayscale: #606060. Windows color (decimal): -9151422 or 4349044. OLE color: 4349044.

HSL color Cylindrical-coordinate representation of color #745C42: hue angle of 31.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745C42 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1169266-
CMYK00.210.430.55
HSL31.2º27.47%35.69%-
HSV(B)31.2º43.1%45.49%-
XYZ12.0111.766.79-
YUV96.21110.95142.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=42.34%
G=33.58%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116926600.210.430.5531.227.4735.69
Hex745C420152B371f1b24
Octal1641341020255367373344
Binary1110100101110010000100101011010111101111111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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