#755944

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

Shades of Tobacco Brown #755944

Tints of Tobacco Brown #755944

Color information

#755944 (or 0x755944) is unknown color: approx Tobacco Brown. HEX triplet: 75, 59 and 44. RGB value is (117,89,68). Sum of RGB (Red+Green+Blue) = 117+89+68=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755944 is #8AA6BB. Grayscale: #5F5F5F. Windows color (decimal): -9086652 or 4479349. OLE color: 4479349.

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

Color convert

RGB1178968-
CMYK00.240.420.54
HSL25.71º26.49%36.27%-
HSV(B)25.71º41.88%45.88%-
XYZ11.9511.347.03-
YUV94.98112.78143.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=42.70%
G=32.48%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117896800.240.420.5425.7126.4936.27
Hex7559440182A361a1a24
Octal1651311040305266323244
Binary1110101101100110001000110001010101101101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755944; }

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

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

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

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

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

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

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

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