#705840

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

Shades of Tobacco Brown #705840

Tints of Tobacco Brown #705840

Color information

#705840 (or 0x705840) is unknown color: approx Tobacco Brown. HEX triplet: 70, 58 and 40. RGB value is (112,88,64). Sum of RGB (Red+Green+Blue) = 112+88+64=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705840 is #8FA7BF. Grayscale: #5C5C5C. Windows color (decimal): -9414592 or 4216944. OLE color: 4216944.

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

Color convert

RGB1128864-
CMYK00.210.430.56
HSL30º27.27%34.51%-
HSV(B)30º42.86%43.92%-
XYZ11.110.796.35-
YUV92.44111.95141.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=42.42%
G=33.33%
B=24.24%

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
Decimal112886400.210.430.563027.2734.51
Hex7058400152B381e1b23
Octal1601301000255370363343
Binary1110000101100010000000101011010111110001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705840; }

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

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

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

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

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

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

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

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