#705A43

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

Shades of Tobacco Brown #705A43

Tints of Tobacco Brown #705A43

Color information

#705A43 (or 0x705A43) is unknown color: approx Tobacco Brown. HEX triplet: 70, 5A and 43. RGB value is (112,90,67). Sum of RGB (Red+Green+Blue) = 112+90+67=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A43 is #8FA5BC. Grayscale: #5E5E5E. Windows color (decimal): -9414077 or 4414064. OLE color: 4414064.

HSL color Cylindrical-coordinate representation of color #705A43: hue angle of 30.67º 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 #705A43 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1129067-
CMYK00.200.400.56
HSL30.67º25.14%35.1%-
HSV(B)30.67º40.18%43.92%-
XYZ11.3511.166.87-
YUV93.96112.79140.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=41.64%
G=33.46%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112906700.200.400.5630.6725.1435.1
Hex705A4301428381f1923
Octal1601321030245070373143
Binary1110000101101010000110101001010001110001111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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