#775D41

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

Shades of Tobacco Brown #775D41

Tints of Tobacco Brown #775D41

Color information

#775D41 (or 0x775D41) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5D and 41. RGB value is (119,93,65). Sum of RGB (Red+Green+Blue) = 119+93+65=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #775D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D41 is #88A2BE. Grayscale: #616161. Windows color (decimal): -8954559 or 4283767. OLE color: 4283767.

HSL color Cylindrical-coordinate representation of color #775D41: hue angle of 31.11º 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 #775D41 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1199365-
CMYK00.220.450.53
HSL31.11º29.35%36.08%-
HSV(B)31.11º45.38%46.67%-
XYZ12.4812.136.69-
YUV97.58109.61143.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=42.96%
G=33.57%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119936500.220.450.5331.1129.3536.08
Hex775D410162D351f1d24
Octal1671351010265565373544
Binary1110111101110110000010101101011011101011111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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