#725F46

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

Shades of Tobacco Brown #725F46

Tints of Tobacco Brown #725F46

Color information

#725F46 (or 0x725F46) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5F and 46. RGB value is (114,95,70). Sum of RGB (Red+Green+Blue) = 114+95+70=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F46 is #8DA0B9. Grayscale: #616161. Windows color (decimal): -9281722 or 4611954. OLE color: 4611954.

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

Color convert

RGB1149570-
CMYK00.170.390.55
HSL34.09º23.91%36.08%-
HSV(B)34.09º38.6%44.71%-
XYZ12.1412.27.51-
YUV97.83112.29139.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=40.86%
G=34.05%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114957000.170.390.5534.0923.9136.08
Hex725F460112737221824
Octal1621371060214767423044
Binary11100101011111100011001000110011111011110001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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