#705940

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

Shades of Tobacco Brown #705940

Tints of Tobacco Brown #705940

Color information

#705940 (or 0x705940) is unknown color: approx Tobacco Brown. HEX triplet: 70, 59 and 40. RGB value is (112,89,64). Sum of RGB (Red+Green+Blue) = 112+89+64=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705940 is #8FA6BF. Grayscale: #5D5D5D. Windows color (decimal): -9414336 or 4217200. OLE color: 4217200.

HSL color Cylindrical-coordinate representation of color #705940: hue angle of 31.25º 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 #705940 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1128964-
CMYK00.210.430.56
HSL31.25º27.27%34.51%-
HSV(B)31.25º42.86%43.92%-
XYZ11.1810.966.38-
YUV93.03111.62141.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=42.26%
G=33.58%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112896400.210.430.5631.2527.2734.51
Hex7059400152B381f1b23
Octal1601311000255370373343
Binary1110000101100110000000101011010111110001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705940; }

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

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

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

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

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

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

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

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