#725A3F

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

Shades of Tobacco Brown #725A3F

Tints of Tobacco Brown #725A3F

Color information

#725A3F (or 0x725A3F) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5A and 3F. RGB value is (114,90,63). Sum of RGB (Red+Green+Blue) = 114+90+63=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #725A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A3F is #8DA5C0. Grayscale: #5E5E5E. Windows color (decimal): -9283009 or 4151922. OLE color: 4151922.

HSL color Cylindrical-coordinate representation of color #725A3F: hue angle of 31.76º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725A3F is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1149063-
CMYK00.210.450.55
HSL31.76º28.81%34.71%-
HSV(B)31.76º44.74%44.71%-
XYZ11.4911.256.27-
YUV94.1110.45142.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 63 (25% from 255) = 23.60%
R=42.70%
G=33.71%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114906300.210.450.5531.7628.8134.71
Hex725A3F0152D37201d23
Octal162132770255567403543
Binary1110010101101011111101010110110111011110000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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