#755D45

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

Shades of Tobacco Brown #755D45

Tints of Tobacco Brown #755D45

Color information

#755D45 (or 0x755D45) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5D and 45. RGB value is (117,93,69). Sum of RGB (Red+Green+Blue) = 117+93+69=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D45 is #8AA2BA. Grayscale: #616161. Windows color (decimal): -9085627 or 4545909. OLE color: 4545909.

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

Color convert

RGB1179369-
CMYK00.210.410.54
HSL30º25.81%36.47%-
HSV(B)30º41.03%45.88%-
XYZ12.3212.047.3-
YUV97.44111.95141.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=41.94%
G=33.33%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117936900.210.410.543025.8136.47
Hex755D4501529361e1a24
Octal1651351050255166363244
Binary1110101101110110001010101011010011101101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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