#705540

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

Shades of Tobacco Brown #705540

Tints of Tobacco Brown #705540

Color information

#705540 (or 0x705540) is unknown color: approx Tobacco Brown. HEX triplet: 70, 55 and 40. RGB value is (112,85,64). Sum of RGB (Red+Green+Blue) = 112+85+64=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705540 is #8FAABF. Grayscale: #5A5A5A. Windows color (decimal): -9415360 or 4216176. OLE color: 4216176.

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

Color convert

RGB1128564-
CMYK00.240.430.56
HSL26.25º27.27%34.51%-
HSV(B)26.25º42.86%43.92%-
XYZ10.8610.316.27-
YUV90.68112.95143.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=42.91%
G=32.57%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112856400.240.430.5626.2527.2734.51
Hex7055400182B381a1b23
Octal1601251000305370323343
Binary1110000101010110000000110001010111110001101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705540; }

 p { color: rgb(112,85,64); }

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

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

 a { background-color: rgb(112,85,64); }

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

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

 span { border-color: rgb(112,85,64); }

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