#725945

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

Shades of Tobacco Brown #725945

Tints of Tobacco Brown #725945

Color information

#725945 (or 0x725945) is unknown color: approx Tobacco Brown. HEX triplet: 72, 59 and 45. RGB value is (114,89,69). Sum of RGB (Red+Green+Blue) = 114+89+69=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #725945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725945 is #8DA6BA. Grayscale: #5E5E5E. Windows color (decimal): -9283259 or 4544882. OLE color: 4544882.

HSL color Cylindrical-coordinate representation of color #725945: hue angle of 26.67º 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 #725945 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1148969-
CMYK00.220.390.55
HSL26.67º24.59%35.88%-
HSV(B)26.67º39.47%44.71%-
XYZ11.5911.157.17-
YUV94.2113.78142.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=41.91%
G=32.72%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114896900.220.390.5526.6724.5935.88
Hex72594501627371b1924
Octal1621311050264767333144
Binary1110010101100110001010101101001111101111101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725945; }

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

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

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

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

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

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

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

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