#755F42

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

Shades of Tobacco Brown #755F42

Tints of Tobacco Brown #755F42

Color information

#755F42 (or 0x755F42) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5F and 42. RGB value is (117,95,66). Sum of RGB (Red+Green+Blue) = 117+95+66=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #755F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F42 is #8AA0BD. Grayscale: #626262. Windows color (decimal): -9085118 or 4349813. OLE color: 4349813.

HSL color Cylindrical-coordinate representation of color #755F42: hue angle of 34.12º 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 #755F42 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1179566-
CMYK00.190.440.54
HSL34.12º27.87%35.88%-
HSV(B)34.12º43.59%45.88%-
XYZ12.4112.366.89-
YUV98.27109.79141.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=42.09%
G=34.17%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117956600.190.440.5434.1227.8735.88
Hex755F420132C36221c24
Octal1651371020235466423444
Binary11101011011111100001001001110110011011010001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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