#725A41

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

Shades of Tobacco Brown #725A41

Tints of Tobacco Brown #725A41

Color information

#725A41 (or 0x725A41) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5A and 41. RGB value is (114,90,65). Sum of RGB (Red+Green+Blue) = 114+90+65=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #725A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A41 is #8DA5BE. Grayscale: #5E5E5E. Windows color (decimal): -9283007 or 4282994. OLE color: 4282994.

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

Color convert

RGB1149065-
CMYK00.210.430.55
HSL30.61º27.37%35.1%-
HSV(B)30.61º42.98%44.71%-
XYZ11.5511.276.57-
YUV94.33111.45142.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=42.38%
G=33.46%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114906500.210.430.5530.6127.3735.1
Hex725A410152B371f1b23
Octal1621321010255367373343
Binary1110010101101010000010101011010111101111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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