#725E45

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

Shades of Tobacco Brown #725E45

Tints of Tobacco Brown #725E45

Color information

#725E45 (or 0x725E45) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5E and 45. RGB value is (114,94,69). Sum of RGB (Red+Green+Blue) = 114+94+69=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #725E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E45 is #8DA1BA. Grayscale: #616161. Windows color (decimal): -9281979 or 4546162. OLE color: 4546162.

HSL color Cylindrical-coordinate representation of color #725E45: hue angle of 33.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725E45 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1149469-
CMYK00.180.390.55
HSL33.33º24.59%35.88%-
HSV(B)33.33º39.47%44.71%-
XYZ12.0212.017.32-
YUV97.13112.13140.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=41.16%
G=33.94%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114946900.180.390.5533.3324.5935.88
Hex725E450122737211924
Octal1621361050224767413144
Binary11100101011110100010101001010011111011110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,94,69); }

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

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

 a { background-color: rgb(114,94,69); }

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

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

 span { border-color: rgb(114,94,69); }

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