#725A45

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

Shades of Tobacco Brown #725A45

Tints of Tobacco Brown #725A45

Color information

#725A45 (or 0x725A45) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5A and 45. RGB value is (114,90,69). Sum of RGB (Red+Green+Blue) = 114+90+69=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #725A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A45 is #8DA5BA. Grayscale: #5E5E5E. Windows color (decimal): -9283003 or 4545138. OLE color: 4545138.

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

Color convert

RGB1149069-
CMYK00.210.390.55
HSL28º24.59%35.88%-
HSV(B)28º39.47%44.71%-
XYZ11.6711.327.2-
YUV94.78113.45141.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=41.76%
G=32.97%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114906900.210.390.552824.5935.88
Hex725A4501527371c1924
Octal1621321050254767343144
Binary1110010101101010001010101011001111101111110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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