#755B41

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

Shades of Tobacco Brown #755B41

Tints of Tobacco Brown #755B41

Color information

#755B41 (or 0x755B41) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5B and 41. RGB value is (117,91,65). Sum of RGB (Red+Green+Blue) = 117+91+65=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B41 is #8AA4BE. Grayscale: #5F5F5F. Windows color (decimal): -9086143 or 4283253. OLE color: 4283253.

HSL color Cylindrical-coordinate representation of color #755B41: hue angle of 30º degrees, saturation: 0.29, 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 #755B41 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1179165-
CMYK00.220.440.54
HSL30º28.57%35.69%-
HSV(B)30º44.44%45.88%-
XYZ12.0311.656.61-
YUV95.81110.61143.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=42.86%
G=33.33%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117916500.220.440.543028.5735.69
Hex755B410162C361e1d24
Octal1651331010265466363544
Binary1110101101101110000010101101011001101101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B41; }

 p { color: rgb(117,91,65); }

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

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

 a { background-color: rgb(117,91,65); }

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

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

 span { border-color: rgb(117,91,65); }

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