#725742

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

Shades of Tobacco Brown #725742

Tints of Tobacco Brown #725742

Color information

#725742 (or 0x725742) is unknown color: approx Tobacco Brown. HEX triplet: 72, 57 and 42. RGB value is (114,87,66). Sum of RGB (Red+Green+Blue) = 114+87+66=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #725742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725742 is #8DA8BD. Grayscale: #5C5C5C. Windows color (decimal): -9283774 or 4347762. OLE color: 4347762.

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

Color convert

RGB1148766-
CMYK00.240.420.55
HSL26.25º26.67%35.29%-
HSV(B)26.25º42.11%44.71%-
XYZ11.3310.796.64-
YUV92.68112.95143.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=42.70%
G=32.58%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114876600.240.420.5526.2526.6735.29
Hex7257420182A371a1b23
Octal1621271020305267323343
Binary1110010101011110000100110001010101101111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725742; }

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

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

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

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

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

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

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

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