Html Css Color HEX #755A44 Tobacco Brown

📋 copy color: '#755A44'

red 117 ◦ green 90 ◦ blue 68

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

Shades of Tobacco Brown #755A44

Tints of Tobacco Brown #755A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 42.55%
G = 32.73%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#755A44 (or 0x755A44) is known color: Tobacco Brown. HEX triplet: 75, 5A and 44. RGB value is (117,90,68). Sum of RGB (Red+Green+Blue) = 117+90+68=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #755A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A44 is #8AA5BB. Grayscale: #5F5F5F. Windows color (decimal): -9086396 or 4479605. OLE color: 4479605.

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

Color convert

RGB 117 90 68 -
CMYK 0 0.23 0.42 0.54
HSL 26.94º 0.26% 0.36% -
HSV(B) 26.94º 0.42% 0.46% -
XYZ 12.04 11.51 7.06 -
YUV 95.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 117 90 68 0 0.23 0.42 0.54 26.94 0.26 0.36
Hex 75 5A 44 0 17 2A 36 1B 1A 24
Octal 165 132 104 0 27 52 66 33 32 44
Binary 1110101 1011010 1000100 0 10111 101010 110110 11011 11010 100100

Color Harmonies of #755A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A44

Black with #755A44

Text Example


Text Example

White with #755A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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