#765B40

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

Shades of Tobacco Brown #765B40

Tints of Tobacco Brown #765B40

Color information

#765B40 (or 0x765B40) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5B and 40. RGB value is (118,91,64). Sum of RGB (Red+Green+Blue) = 118+91+64=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B40 is #89A4BF. Grayscale: #606060. Windows color (decimal): -9020608 or 4217718. OLE color: 4217718.

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

Color convert

RGB1189164-
CMYK00.230.460.54
HSL30º29.67%35.69%-
HSV(B)30º45.76%46.27%-
XYZ12.1411.76.47-
YUV95.99109.95143.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=43.22%
G=33.33%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118916400.230.460.543029.6735.69
Hex765B400172E361e1e24
Octal1661331000275666363644
Binary1110110101101110000000101111011101101101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765B40; }

 p { color: rgb(118,91,64); }

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

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

 a { background-color: rgb(118,91,64); }

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

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

 span { border-color: rgb(118,91,64); }

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