Html Css Color HEX #755B45 Tobacco Brown

📋 copy color: '#755B45'

red 117 ◦ green 91 ◦ blue 69

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

Shades of Tobacco Brown #755B45

Tints of Tobacco Brown #755B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 42.24%
G = 32.85%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#755B45 (or 0x755B45) is known color: Tobacco Brown. HEX triplet: 75, 5B and 45. RGB value is (117,91,69). Sum of RGB (Red+Green+Blue) = 117+91+69=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B45 is #8AA4BA. Grayscale: #606060. Windows color (decimal): -9086139 or 4545397. OLE color: 4545397.

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

Color convert

RGB 117 91 69 -
CMYK 0 0.22 0.41 0.54
HSL 27.5º 0.26% 0.36% -
HSV(B) 27.5º 0.41% 0.46% -
XYZ 12.15 11.69 7.25 -
YUV 96.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 117 91 69 0 0.22 0.41 0.54 27.5 0.26 0.36
Hex 75 5B 45 0 16 29 36 1C 1A 24
Octal 165 133 105 0 26 51 66 34 32 44
Binary 1110101 1011011 1000101 0 10110 101001 110110 11100 11010 100100

Color Harmonies of #755B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B45

Black with #755B45

Text Example


Text Example

White with #755B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,69); }

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

background-color css

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

 a { background-color: rgb(117,91,69); }

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

border-color css

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

 span { border-color: rgb(117,91,69); }

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