#725640

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

Shades of Tobacco Brown #725640

Tints of Tobacco Brown #725640

Color information

#725640 (or 0x725640) is unknown color: approx Tobacco Brown. HEX triplet: 72, 56 and 40. RGB value is (114,86,64). Sum of RGB (Red+Green+Blue) = 114+86+64=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725640 is #8DA9BF. Grayscale: #5B5B5B. Windows color (decimal): -9284032 or 4216434. OLE color: 4216434.

HSL color Cylindrical-coordinate representation of color #725640: hue angle of 26.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725640 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1148664-
CMYK00.250.440.55
HSL26.4º28.09%34.9%-
HSV(B)26.4º43.86%44.71%-
XYZ11.1910.66.31-
YUV91.86112.28143.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=43.18%
G=32.58%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114866400.250.440.5526.428.0934.9
Hex7256400192C371a1c23
Octal1621261000315467323443
Binary1110010101011010000000110011011001101111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725640; }

 p { color: rgb(114,86,64); }

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

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

 a { background-color: rgb(114,86,64); }

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

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

 span { border-color: rgb(114,86,64); }

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