#705945

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

Shades of Tobacco Brown #705945

Tints of Tobacco Brown #705945

Color information

#705945 (or 0x705945) is unknown color: approx Tobacco Brown. HEX triplet: 70, 59 and 45. RGB value is (112,89,69). Sum of RGB (Red+Green+Blue) = 112+89+69=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705945 is #8FA6BA. Grayscale: #5D5D5D. Windows color (decimal): -9414331 or 4544880. OLE color: 4544880.

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

Color convert

RGB1128969-
CMYK00.210.380.56
HSL27.91º23.76%35.49%-
HSV(B)27.91º38.39%43.92%-
XYZ11.3311.027.16-
YUV93.6114.12141.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=41.48%
G=32.96%
B=25.56%

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
Decimal112896900.210.380.5627.9123.7635.49
Hex70594501526381c1823
Octal1601311050254670343043
Binary1110000101100110001010101011001101110001110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705945; }

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

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

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

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

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

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

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

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