#765E45

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

Shades of Tobacco Brown #765E45

Tints of Tobacco Brown #765E45

Color information

#765E45 (or 0x765E45) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5E and 45. RGB value is (118,94,69). Sum of RGB (Red+Green+Blue) = 118+94+69=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #765E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E45 is #89A1BA. Grayscale: #626262. Windows color (decimal): -9019835 or 4546166. OLE color: 4546166.

HSL color Cylindrical-coordinate representation of color #765E45: hue angle of 30.61º 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 #765E45 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1189469-
CMYK00.200.420.54
HSL30.61º26.2%36.67%-
HSV(B)30.61º41.53%46.27%-
XYZ12.5512.297.34-
YUV98.33111.45142.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=41.99%
G=33.45%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118946900.200.420.5430.6126.236.67
Hex765E450142A361f1a25
Octal1661361050245266373245
Binary1110110101111010001010101001010101101101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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