#765C41

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

Shades of Tobacco Brown #765C41

Tints of Tobacco Brown #765C41

Color information

#765C41 (or 0x765C41) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5C and 41. RGB value is (118,92,65). Sum of RGB (Red+Green+Blue) = 118+92+65=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C41 is #89A3BE. Grayscale: #606060. Windows color (decimal): -9020351 or 4283510. OLE color: 4283510.

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

Color convert

RGB1189265-
CMYK00.220.450.54
HSL30.57º28.96%35.88%-
HSV(B)30.57º44.92%46.27%-
XYZ12.2511.896.65-
YUV96.7110.11143.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=42.91%
G=33.45%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118926500.220.450.5430.5728.9635.88
Hex765C410162D361f1d24
Octal1661341010265566373544
Binary1110110101110010000010101101011011101101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,92,65); }

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

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

 a { background-color: rgb(118,92,65); }

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

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

 span { border-color: rgb(118,92,65); }

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