#725A42

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

Shades of Tobacco Brown #725A42

Tints of Tobacco Brown #725A42

Color information

#725A42 (or 0x725A42) is unknown color: approx Tobacco Brown. HEX triplet: 72, 5A and 42. RGB value is (114,90,66). Sum of RGB (Red+Green+Blue) = 114+90+66=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #725A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A42 is #8DA5BD. Grayscale: #5E5E5E. Windows color (decimal): -9283006 or 4348530. OLE color: 4348530.

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

Color convert

RGB1149066-
CMYK00.210.420.55
HSL30º26.67%35.29%-
HSV(B)30º42.11%44.71%-
XYZ11.5811.286.72-
YUV94.44111.95141.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=42.22%
G=33.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114906600.210.420.553026.6735.29
Hex725A420152A371e1b23
Octal1621321020255267363343
Binary1110010101101010000100101011010101101111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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