#705A45

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

Shades of Tobacco Brown #705A45

Tints of Tobacco Brown #705A45

Color information

#705A45 (or 0x705A45) is unknown color: approx Tobacco Brown. HEX triplet: 70, 5A and 45. RGB value is (112,90,69). Sum of RGB (Red+Green+Blue) = 112+90+69=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A45 is #8FA5BA. Grayscale: #5E5E5E. Windows color (decimal): -9414075 or 4545136. OLE color: 4545136.

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

Color convert

RGB1129069-
CMYK00.200.380.56
HSL29.3º23.76%35.49%-
HSV(B)29.3º38.39%43.92%-
XYZ11.4111.197.19-
YUV94.18113.79140.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=41.33%
G=33.21%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112906900.200.380.5629.323.7635.49
Hex705A4501426381d1823
Octal1601321050244670353043
Binary1110000101101010001010101001001101110001110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A45; }

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

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

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

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

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

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

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

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