#765D45

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

Shades of Tobacco Brown #765D45

Tints of Tobacco Brown #765D45

Color information

#765D45 (or 0x765D45) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5D and 45. RGB value is (118,93,69). Sum of RGB (Red+Green+Blue) = 118+93+69=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #765D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D45 is #89A2BA. Grayscale: #616161. Windows color (decimal): -9020091 or 4545910. OLE color: 4545910.

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

Color convert

RGB1189369-
CMYK00.210.420.54
HSL29.39º26.2%36.67%-
HSV(B)29.39º41.53%46.27%-
XYZ12.4612.117.31-
YUV97.74111.78142.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=42.14%
G=33.21%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118936900.210.420.5429.3926.236.67
Hex765D450152A361d1a25
Octal1661351050255266353245
Binary1110110101110110001010101011010101101101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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