#705E47

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

Shades of Tobacco Brown #705E47

Tints of Tobacco Brown #705E47

Color information

#705E47 (or 0x705E47) is unknown color: approx Tobacco Brown. HEX triplet: 70, 5E and 47. RGB value is (112,94,71). Sum of RGB (Red+Green+Blue) = 112+94+71=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E47 is #8FA1B8. Grayscale: #606060. Windows color (decimal): -9413049 or 4677232. OLE color: 4677232.

HSL color Cylindrical-coordinate representation of color #705E47: hue angle of 33.66º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705E47 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1129471-
CMYK00.160.370.56
HSL33.66º22.4%35.88%-
HSV(B)33.66º36.61%43.92%-
XYZ11.8211.917.64-
YUV96.76113.46138.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 71 (28.12% from 255) = 25.63%
R=40.43%
G=33.94%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112947100.160.370.5633.6622.435.88
Hex705E470102538221624
Octal1601361070204570422644
Binary11100001011110100011101000010010111100010001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705E47; }

 p { color: rgb(112,94,71); }

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

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

 a { background-color: rgb(112,94,71); }

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

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

 span { border-color: rgb(112,94,71); }

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