Html Css Color HEX #755E44 Tobacco Brown

📋 copy color: '#755E44'

red 117 ◦ green 94 ◦ blue 68

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

Shades of Tobacco Brown #755E44

Tints of Tobacco Brown #755E44

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 41.94%
G = 33.69%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#755E44 (or 0x755E44) is known color: Tobacco Brown. HEX triplet: 75, 5E and 44. RGB value is (117,94,68). Sum of RGB (Red+Green+Blue) = 117+94+68=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E44 is #8AA1BB. Grayscale: #626262. Windows color (decimal): -9085372 or 4480629. OLE color: 4480629.

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

Color convert

RGB 117 94 68 -
CMYK 0 0.20 0.42 0.54
HSL 31.84º 0.26% 0.36% -
HSV(B) 31.84º 0.42% 0.46% -
XYZ 12.38 12.2 7.17 -
YUV 97.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 117 94 68 0 0.20 0.42 0.54 31.84 0.26 0.36
Hex 75 5E 44 0 14 2A 36 20 1A 24
Octal 165 136 104 0 24 52 66 40 32 44
Binary 1110101 1011110 1000100 0 10100 101010 110110 100000 11010 100100

Color Harmonies of #755E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E44

Black with #755E44

Text Example


Text Example

White with #755E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,68); }

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

background-color css

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

 a { background-color: rgb(117,94,68); }

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

border-color css

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

 span { border-color: rgb(117,94,68); }

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