#715540

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

Shades of Tobacco Brown #715540

Tints of Tobacco Brown #715540

Color information

#715540 (or 0x715540) is unknown color: approx Tobacco Brown. HEX triplet: 71, 55 and 40. RGB value is (113,85,64). Sum of RGB (Red+Green+Blue) = 113+85+64=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #715540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715540 is #8EAABF. Grayscale: #5B5B5B. Windows color (decimal): -9349824 or 4216177. OLE color: 4216177.

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

Color convert

RGB1138564-
CMYK00.250.430.56
HSL25.71º27.68%34.71%-
HSV(B)25.71º43.36%44.31%-
XYZ10.9810.386.27-
YUV90.98112.78143.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 64 (25.39% from 255) = 24.43%
R=43.13%
G=32.44%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113856400.250.430.5625.7127.6834.71
Hex7155400192B381a1c23
Octal1611251000315370323443
Binary1110001101010110000000110011010111110001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715540; }

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

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

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

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

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

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

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

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