#775B41

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

Shades of Tobacco Brown #775B41

Tints of Tobacco Brown #775B41

Color information

#775B41 (or 0x775B41) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5B and 41. RGB value is (119,91,65). Sum of RGB (Red+Green+Blue) = 119+91+65=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B41 is #88A4BE. Grayscale: #606060. Windows color (decimal): -8955071 or 4283255. OLE color: 4283255.

HSL color Cylindrical-coordinate representation of color #775B41: hue angle of 28.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775B41 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1199165-
CMYK00.240.450.53
HSL28.89º29.35%36.08%-
HSV(B)28.89º45.38%46.67%-
XYZ12.311.796.63-
YUV96.41110.28144.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=43.27%
G=33.09%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119916500.240.450.5328.8929.3536.08
Hex775B410182D351d1d24
Octal1671331010305565353544
Binary1110111101101110000010110001011011101011110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,91,65); }

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

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

 a { background-color: rgb(119,91,65); }

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

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

 span { border-color: rgb(119,91,65); }

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