#755C42

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

Shades of Tobacco Brown #755C42

Tints of Tobacco Brown #755C42

Color information

#755C42 (or 0x755C42) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5C and 42. RGB value is (117,92,66). Sum of RGB (Red+Green+Blue) = 117+92+66=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #755C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C42 is #8AA3BD. Grayscale: #606060. Windows color (decimal): -9085886 or 4349045. OLE color: 4349045.

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

Color convert

RGB1179266-
CMYK00.210.440.54
HSL30.59º27.87%35.88%-
HSV(B)30.59º43.59%45.88%-
XYZ12.1511.836.8-
YUV96.51110.78142.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 66 (26.17% from 255) = 24%
R=42.55%
G=33.45%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117926600.210.440.5430.5927.8735.88
Hex755C420152C361f1c24
Octal1651341020255466373444
Binary1110101101110010000100101011011001101101111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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