#725C40

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

Shades of Tobacco Brown #725C40

Tints of Tobacco Brown #725C40

Color information

#725C40 (or 0x725C40) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5C and 40. RGB value is (114,92,64). Sum of RGB (Red+Green+Blue) = 114+92+64=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #725C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C40 is #8DA3BF. Grayscale: #5F5F5F. Windows color (decimal): -9282496 or 4217970. OLE color: 4217970.

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

Color convert

RGB1149264-
CMYK00.190.440.55
HSL33.6º28.09%34.9%-
HSV(B)33.6º43.86%44.71%-
XYZ11.6911.66.47-
YUV95.39110.29141.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=42.22%
G=34.07%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114926400.190.440.5533.628.0934.9
Hex725C400132C37221c23
Octal1621341000235467423443
Binary11100101011100100000001001110110011011110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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