#725B40

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

Shades of Tobacco Brown #725B40

Tints of Tobacco Brown #725B40

Color information

#725B40 (or 0x725B40) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5B and 40. RGB value is (114,91,64). Sum of RGB (Red+Green+Blue) = 114+91+64=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #725B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B40 is #8DA4BF. Grayscale: #5E5E5E. Windows color (decimal): -9282752 or 4217714. OLE color: 4217714.

HSL color Cylindrical-coordinate representation of color #725B40: hue angle of 32.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 #725B40 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1149164-
CMYK00.200.440.55
HSL32.4º28.09%34.9%-
HSV(B)32.4º43.86%44.71%-
XYZ11.6111.436.44-
YUV94.8110.62141.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=42.38%
G=33.83%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114916400.200.440.5532.428.0934.9
Hex725B400142C37201c23
Octal1621331000245467403443
Binary11100101011011100000001010010110011011110000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725B40; }

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

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

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

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

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

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

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

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