#755C40

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

Shades of Tobacco Brown #755C40

Tints of Tobacco Brown #755C40

Color information

#755C40 (or 0x755C40) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5C and 40. RGB value is (117,92,64). Sum of RGB (Red+Green+Blue) = 117+92+64=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C40 is #8AA3BF. Grayscale: #606060. Windows color (decimal): -9085888 or 4217973. OLE color: 4217973.

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

Color convert

RGB1179264-
CMYK00.210.450.54
HSL31.7º29.28%35.49%-
HSV(B)31.7º45.3%45.88%-
XYZ12.0911.816.49-
YUV96.28109.78142.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=42.86%
G=33.70%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117926400.210.450.5431.729.2835.49
Hex755C400152D36201d23
Octal1651341000255566403543
Binary11101011011100100000001010110110111011010000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755C40; }

 p { color: rgb(117,92,64); }

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

<style>
 a { background-color: #755C40; }

 a { background-color: rgb(117,92,64); }

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

<style>
 span { border-color: #755C40; }

 span { border-color: rgb(117,92,64); }

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