#755942

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

Shades of Tobacco Brown #755942

Tints of Tobacco Brown #755942

Color information

#755942 (or 0x755942) is unknown color: approx Tobacco Brown. HEX triplet: 75, 59 and 42. RGB value is (117,89,66). Sum of RGB (Red+Green+Blue) = 117+89+66=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755942 is #8AA6BD. Grayscale: #5E5E5E. Windows color (decimal): -9086654 or 4348277. OLE color: 4348277.

HSL color Cylindrical-coordinate representation of color #755942: hue angle of 27.06º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755942 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1178966-
CMYK00.240.440.54
HSL27.06º27.87%35.88%-
HSV(B)27.06º43.59%45.88%-
XYZ11.8911.326.71-
YUV94.75111.78143.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=43.01%
G=32.72%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117896600.240.440.5427.0627.8735.88
Hex7559420182C361b1c24
Octal1651311020305466333444
Binary1110101101100110000100110001011001101101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755942; }

 p { color: rgb(117,89,66); }

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

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

 a { background-color: rgb(117,89,66); }

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

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

 span { border-color: rgb(117,89,66); }

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