#755F47

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

Shades of Tobacco Brown #755F47

Tints of Tobacco Brown #755F47

Color information

#755F47 (or 0x755F47) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5F and 47. RGB value is (117,95,71). Sum of RGB (Red+Green+Blue) = 117+95+71=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F47 is #8AA0B8. Grayscale: #626262. Windows color (decimal): -9085113 or 4677493. OLE color: 4677493.

HSL color Cylindrical-coordinate representation of color #755F47: hue angle of 31.3º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755F47 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1179571-
CMYK00.190.390.54
HSL31.3º24.47%36.86%-
HSV(B)31.3º39.32%45.88%-
XYZ12.5712.427.7-
YUV98.84112.29140.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=41.34%
G=33.57%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117957100.190.390.5431.324.4736.86
Hex755F4701327361f1825
Octal1651371070234766373045
Binary1110101101111110001110100111001111101101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,95,71); }

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

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

 a { background-color: rgb(117,95,71); }

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

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

 span { border-color: rgb(117,95,71); }

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