Html Css Color HEX #755941 Tobacco Brown

📋 copy color: '#755941'

red 117 ◦ green 89 ◦ blue 65

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

Shades of Tobacco Brown #755941

Tints of Tobacco Brown #755941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 43.17%
G = 32.84%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755941 (or 0x755941) is known color: Tobacco Brown. HEX triplet: 75, 59 and 41. RGB value is (117,89,65). Sum of RGB (Red+Green+Blue) = 117+89+65=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755941 is #8AA6BE. Grayscale: #5E5E5E. Windows color (decimal): -9086655 or 4282741. OLE color: 4282741.

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

Color convert

RGB 117 89 65 -
CMYK 0 0.24 0.44 0.54
HSL 27.69º 0.29% 0.36% -
HSV(B) 27.69º 0.44% 0.46% -
XYZ 11.86 11.31 6.56 -
YUV 94.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 117 89 65 0 0.24 0.44 0.54 27.69 0.29 0.36
Hex 75 59 41 0 18 2C 36 1C 1D 24
Octal 165 131 101 0 30 54 66 34 35 44
Binary 1110101 1011001 1000001 0 11000 101100 110110 11100 11101 100100

Color Harmonies of #755941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755941

Black with #755941

Text Example


Text Example

White with #755941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755941; }

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

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

background-color css

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

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

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

border-color css

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

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

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