Html Css Color HEX #755946 Tobacco Brown

📋 copy color: '#755946'

red 117 ◦ green 89 ◦ blue 70

#755946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tobacco Brown #755946

Tints of Tobacco Brown #755946

RGB

 RED value IS 117 (46.09% from 255) = 42.39%

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 42.39%
G = 32.25%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#755946 (or 0x755946) is known color: Tobacco Brown. HEX triplet: 75, 59 and 46. RGB value is (117,89,70). Sum of RGB (Red+Green+Blue) = 117+89+70=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #755946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755946 is #8AA6B9. Grayscale: #5F5F5F. Windows color (decimal): -9086650 or 4610421. OLE color: 4610421.

HSL color Cylindrical-coordinate representation of color #755946: hue angle of 24.26º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755946 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 70 -
CMYK 0 0.24 0.40 0.54
HSL 24.26º 0.25% 0.37% -
HSV(B) 24.26º 0.4% 0.46% -
XYZ 12.01 11.37 7.36 -
YUV 95.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 117 89 70 0 0.24 0.40 0.54 24.26 0.25 0.37
Hex 75 59 46 0 18 28 36 18 19 25
Octal 165 131 106 0 30 50 66 30 31 45
Binary 1110101 1011001 1000110 0 11000 101000 110110 11000 11001 100101

Color Harmonies of #755946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755946

Black with #755946

Text Example


Text Example

White with #755946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755946; }

 p { color: rgb(117,89,70); }

 H1.HeaderClassName
 {
   color: #755946;
 }
 .AnyTagClassName
 {
   color: #755946;
 }
</style>

background-color css

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

 a { background-color: rgb(117,89,70); }

 div.DivClassName
 {
   background-color: #755946;
 }
 .BgClassName
 {
   background-color: #755946;
 }
</style>

border-color css

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

 span { border-color: rgb(117,89,70); }

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