#705E48

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

Shades of Tobacco Brown #705E48

Tints of Tobacco Brown #705E48

Color information

#705E48 (or 0x705E48) is unknown color: approx Tobacco Brown. HEX triplet: 70, 5E and 48. RGB value is (112,94,72). Sum of RGB (Red+Green+Blue) = 112+94+72=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E48 is #8FA1B7. Grayscale: #606060. Windows color (decimal): -9413048 or 4742768. OLE color: 4742768.

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

Color convert

RGB1129472-
CMYK00.160.360.56
HSL33º21.74%36.08%-
HSV(B)33º35.71%43.92%-
XYZ11.8511.927.81-
YUV96.87113.96138.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=40.29%
G=33.81%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112947200.160.360.563321.7436.08
Hex705E480102438211624
Octal1601361100204470412644
Binary11100001011110100100001000010010011100010000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,94,72); }

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

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

 a { background-color: rgb(112,94,72); }

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

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

 span { border-color: rgb(112,94,72); }

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