#705845

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

Shades of Tobacco Brown #705845

Tints of Tobacco Brown #705845

Color information

#705845 (or 0x705845) is unknown color: approx Tobacco Brown. HEX triplet: 70, 58 and 45. RGB value is (112,88,69). Sum of RGB (Red+Green+Blue) = 112+88+69=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705845 is #8FA7BA. Grayscale: #5D5D5D. Windows color (decimal): -9414587 or 4544624. OLE color: 4544624.

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

Color convert

RGB1128869-
CMYK00.210.380.56
HSL26.51º23.76%35.49%-
HSV(B)26.51º38.39%43.92%-
XYZ11.2510.857.13-
YUV93.01114.45141.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=41.64%
G=32.71%
B=25.65%

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
Decimal112886900.210.380.5626.5123.7635.49
Hex70584501526381b1823
Octal1601301050254670333043
Binary1110000101100010001010101011001101110001101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705845; }

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

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

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

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

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

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

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

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