#775D45

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

Shades of Tobacco Brown #775D45

Tints of Tobacco Brown #775D45

Color information

#775D45 (or 0x775D45) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5D and 45. RGB value is (119,93,69). Sum of RGB (Red+Green+Blue) = 119+93+69=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D45 is #88A2BA. Grayscale: #626262. Windows color (decimal): -8954555 or 4545911. OLE color: 4545911.

HSL color Cylindrical-coordinate representation of color #775D45: hue angle of 28.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775D45 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1199369-
CMYK00.220.420.53
HSL28.8º26.6%36.86%-
HSV(B)28.8º42.02%46.67%-
XYZ12.612.187.32-
YUV98.04111.61142.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=42.35%
G=33.10%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119936900.220.420.5328.826.636.86
Hex775D450162A351d1b25
Octal1671351050265265353345
Binary1110111101110110001010101101010101101011110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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