#756047

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

Shades of Tobacco Brown #756047

Tints of Tobacco Brown #756047

Color information

#756047 (or 0x756047) is unknown color: approx Tobacco Brown. HEX triplet: 75, 60 and 47. RGB value is (117,96,71). Sum of RGB (Red+Green+Blue) = 117+96+71=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756047 is #8A9FB8. Grayscale: #636363. Windows color (decimal): -9084857 or 4677749. OLE color: 4677749.

HSL color Cylindrical-coordinate representation of color #756047: hue angle of 32.61º 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 #756047 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1179671-
CMYK00.180.390.54
HSL32.61º24.47%36.86%-
HSV(B)32.61º39.32%45.88%-
XYZ12.6612.67.73-
YUV99.43111.96140.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 71 (28.12% from 255) = 25%
R=41.20%
G=33.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117967100.180.390.5432.6124.4736.86
Hex7560470122736211825
Octal1651401070224766413045
Binary11101011100000100011101001010011111011010000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756047; }

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

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

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

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

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

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

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

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