Html Css Color HEX #755940 Tobacco Brown

📋 copy color: '#755940'

red 117 ◦ green 89 ◦ blue 64

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

Shades of Tobacco Brown #755940

Tints of Tobacco Brown #755940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 43.33%
G = 32.96%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#755940 (or 0x755940) is known color: Tobacco Brown. HEX triplet: 75, 59 and 40. RGB value is (117,89,64). Sum of RGB (Red+Green+Blue) = 117+89+64=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755940 is #8AA6BF. Grayscale: #5E5E5E. Windows color (decimal): -9086656 or 4217205. OLE color: 4217205.

HSL color Cylindrical-coordinate representation of color #755940: hue angle of 28.3º 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 #755940 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 64 -
CMYK 0 0.24 0.45 0.54
HSL 28.3º 0.29% 0.35% -
HSV(B) 28.3º 0.45% 0.46% -
XYZ 11.83 11.3 6.41 -
YUV 94.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 117 89 64 0 0.24 0.45 0.54 28.3 0.29 0.35
Hex 75 59 40 0 18 2D 36 1C 1D 23
Octal 165 131 100 0 30 55 66 34 35 43
Binary 1110101 1011001 1000000 0 11000 101101 110110 11100 11101 100011

Color Harmonies of #755940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755940

Black with #755940

Text Example


Text Example

White with #755940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755940; }

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

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

background-color css

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

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

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

border-color css

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

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

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