#715740

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

Shades of Tobacco Brown #715740

Tints of Tobacco Brown #715740

Color information

#715740 (or 0x715740) is unknown color: approx Tobacco Brown. HEX triplet: 71, 57 and 40. RGB value is (113,87,64). Sum of RGB (Red+Green+Blue) = 113+87+64=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #715740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715740 is #8EA8BF. Grayscale: #5C5C5C. Windows color (decimal): -9349312 or 4216689. OLE color: 4216689.

HSL color Cylindrical-coordinate representation of color #715740: hue angle of 28.16º degrees, saturation: 0.28, 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 #715740 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1138764-
CMYK00.230.430.56
HSL28.16º27.68%34.71%-
HSV(B)28.16º43.36%44.31%-
XYZ11.1410.76.33-
YUV92.15112.11142.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=42.80%
G=32.95%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113876400.230.430.5628.1627.6834.71
Hex7157400172B381c1c23
Octal1611271000275370343443
Binary1110001101011110000000101111010111110001110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715740; }

 p { color: rgb(113,87,64); }

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

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

 a { background-color: rgb(113,87,64); }

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

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

 span { border-color: rgb(113,87,64); }

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