#725C46

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

Shades of Tobacco Brown #725C46

Tints of Tobacco Brown #725C46

Color information

#725C46 (or 0x725C46) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5C and 46. RGB value is (114,92,70). Sum of RGB (Red+Green+Blue) = 114+92+70=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #725C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C46 is #8DA3B9. Grayscale: #606060. Windows color (decimal): -9282490 or 4611186. OLE color: 4611186.

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

Color convert

RGB1149270-
CMYK00.190.390.55
HSL30º23.91%36.08%-
HSV(B)30º38.6%44.71%-
XYZ11.8711.677.42-
YUV96.07113.29140.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=41.30%
G=33.33%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114927000.190.390.553023.9136.08
Hex725C4601327371e1824
Octal1621341060234767363044
Binary1110010101110010001100100111001111101111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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