#705740

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

Shades of Tobacco Brown #705740

Tints of Tobacco Brown #705740

Color information

#705740 (or 0x705740) is unknown color: approx Tobacco Brown. HEX triplet: 70, 57 and 40. RGB value is (112,87,64). Sum of RGB (Red+Green+Blue) = 112+87+64=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705740 is #8FA8BF. Grayscale: #5B5B5B. Windows color (decimal): -9414848 or 4216688. OLE color: 4216688.

HSL color Cylindrical-coordinate representation of color #705740: hue angle of 28.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705740 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1128764-
CMYK00.220.430.56
HSL28.75º27.27%34.51%-
HSV(B)28.75º42.86%43.92%-
XYZ11.0210.636.32-
YUV91.85112.28142.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=42.59%
G=33.08%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112876400.220.430.5628.7527.2734.51
Hex7057400162B381d1b23
Octal1601271000265370353343
Binary1110000101011110000000101101010111110001110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705740; }

 p { color: rgb(112,87,64); }

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

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

 a { background-color: rgb(112,87,64); }

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

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

 span { border-color: rgb(112,87,64); }

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