#705846

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

Shades of Tobacco Brown #705846

Tints of Tobacco Brown #705846

Color information

#705846 (or 0x705846) is unknown color: approx Tobacco Brown. HEX triplet: 70, 58 and 46. RGB value is (112,88,70). Sum of RGB (Red+Green+Blue) = 112+88+70=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705846 is #8FA7B9. Grayscale: #5D5D5D. Windows color (decimal): -9414586 or 4610160. OLE color: 4610160.

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

Color convert

RGB1128870-
CMYK00.210.380.56
HSL25.71º23.08%35.69%-
HSV(B)25.71º37.5%43.92%-
XYZ11.2810.877.3-
YUV93.12114.95141.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=41.48%
G=32.59%
B=25.93%

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
Decimal112887000.210.380.5625.7123.0835.69
Hex70584601526381a1724
Octal1601301060254670322744
Binary1110000101100010001100101011001101110001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705846; }

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

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

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

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

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

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

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

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