#725D45

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

Shades of Tobacco Brown #725D45

Tints of Tobacco Brown #725D45

Color information

#725D45 (or 0x725D45) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5D and 45. RGB value is (114,93,69). Sum of RGB (Red+Green+Blue) = 114+93+69=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #725D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D45 is #8DA2BA. Grayscale: #606060. Windows color (decimal): -9282235 or 4545906. OLE color: 4545906.

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

Color convert

RGB1149369-
CMYK00.180.390.55
HSL32º24.59%35.88%-
HSV(B)32º39.47%44.71%-
XYZ11.9311.847.29-
YUV96.54112.46140.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 69 (27.34% from 255) = 25%
R=41.30%
G=33.70%
B=25%

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
Decimal114936900.180.390.553224.5935.88
Hex725D450122737201924
Octal1621351050224767403144
Binary11100101011101100010101001010011111011110000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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