#755D41

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

Shades of Tobacco Brown #755D41

Tints of Tobacco Brown #755D41

Color information

#755D41 (or 0x755D41) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5D and 41. RGB value is (117,93,65). Sum of RGB (Red+Green+Blue) = 117+93+65=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #755D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D41 is #8AA2BE. Grayscale: #616161. Windows color (decimal): -9085631 or 4283765. OLE color: 4283765.

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

Color convert

RGB1179365-
CMYK00.210.440.54
HSL32.31º28.57%35.69%-
HSV(B)32.31º44.44%45.88%-
XYZ12.211.996.67-
YUV96.98109.95142.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=42.55%
G=33.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117936500.210.440.5432.3128.5735.69
Hex755D410152C36201d24
Octal1651351010255466403544
Binary11101011011101100000101010110110011011010000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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