#705943

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

Shades of Tobacco Brown #705943

Tints of Tobacco Brown #705943

Color information

#705943 (or 0x705943) is unknown color: approx Tobacco Brown. HEX triplet: 70, 59 and 43. RGB value is (112,89,67). Sum of RGB (Red+Green+Blue) = 112+89+67=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705943 is #8FA6BC. Grayscale: #5D5D5D. Windows color (decimal): -9414333 or 4413808. OLE color: 4413808.

HSL color Cylindrical-coordinate representation of color #705943: hue angle of 29.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705943 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1128967-
CMYK00.210.400.56
HSL29.33º25.14%35.1%-
HSV(B)29.33º40.18%43.92%-
XYZ11.2710.996.84-
YUV93.37113.12141.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 67 (26.56% from 255) = 25%
R=41.79%
G=33.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112896700.210.400.5629.3325.1435.1
Hex70594301528381d1923
Octal1601311030255070353143
Binary1110000101100110000110101011010001110001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705943; }

 p { color: rgb(112,89,67); }

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

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

 a { background-color: rgb(112,89,67); }

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

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

 span { border-color: rgb(112,89,67); }

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