#705946

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

Shades of Tobacco Brown #705946

Tints of Tobacco Brown #705946

Color information

#705946 (or 0x705946) is unknown color: approx Tobacco Brown. HEX triplet: 70, 59 and 46. RGB value is (112,89,70). Sum of RGB (Red+Green+Blue) = 112+89+70=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705946 is #8FA6B9. Grayscale: #5D5D5D. Windows color (decimal): -9414330 or 4610416. OLE color: 4610416.

HSL color Cylindrical-coordinate representation of color #705946: hue angle of 27.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705946 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1128970-
CMYK00.210.380.56
HSL27.14º23.08%35.69%-
HSV(B)27.14º37.5%43.92%-
XYZ11.3611.037.32-
YUV93.71114.62141.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=41.33%
G=32.84%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112897000.210.380.5627.1423.0835.69
Hex70594601526381b1724
Octal1601311060254670332744
Binary1110000101100110001100101011001101110001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705946; }

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

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

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

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

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

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

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

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