#725946

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

Shades of Tobacco Brown #725946

Tints of Tobacco Brown #725946

Color information

#725946 (or 0x725946) is unknown color: approx Tobacco Brown. HEX triplet: 72, 59 and 46. RGB value is (114,89,70). Sum of RGB (Red+Green+Blue) = 114+89+70=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #725946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725946 is #8DA6B9. Grayscale: #5E5E5E. Windows color (decimal): -9283258 or 4610418. OLE color: 4610418.

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

Color convert

RGB1148970-
CMYK00.220.390.55
HSL25.91º23.91%36.08%-
HSV(B)25.91º38.6%44.71%-
XYZ11.6211.167.34-
YUV94.31114.28142.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=41.76%
G=32.60%
B=25.64%

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
Decimal114897000.220.390.5525.9123.9136.08
Hex72594601627371a1824
Octal1621311060264767323044
Binary1110010101100110001100101101001111101111101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725946; }

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

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

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

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

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

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

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

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