Html Css Color HEX #755A42 Tobacco Brown

📋 copy color: '#755A42'

red 117 ◦ green 90 ◦ blue 66

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

Shades of Tobacco Brown #755A42

Tints of Tobacco Brown #755A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 42.86%
G = 32.97%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755A42 (or 0x755A42) is known color: Tobacco Brown. HEX triplet: 75, 5A and 42. RGB value is (117,90,66). Sum of RGB (Red+Green+Blue) = 117+90+66=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A42 is #8AA5BD. Grayscale: #5F5F5F. Windows color (decimal): -9086398 or 4348533. OLE color: 4348533.

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

Color convert

RGB 117 90 66 -
CMYK 0 0.23 0.44 0.54
HSL 28.24º 0.28% 0.36% -
HSV(B) 28.24º 0.44% 0.46% -
XYZ 11.98 11.49 6.74 -
YUV 95.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 117 90 66 0 0.23 0.44 0.54 28.24 0.28 0.36
Hex 75 5A 42 0 17 2C 36 1C 1C 24
Octal 165 132 102 0 27 54 66 34 34 44
Binary 1110101 1011010 1000010 0 10111 101100 110110 11100 11100 100100

Color Harmonies of #755A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A42

Black with #755A42

Text Example


Text Example

White with #755A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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