Html Css Color HEX #755B42 Tobacco Brown

📋 copy color: '#755B42'

red 117 ◦ green 91 ◦ blue 66

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

Shades of Tobacco Brown #755B42

Tints of Tobacco Brown #755B42

RGB

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

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

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

R = 42.7%
G = 33.21%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755B42 (or 0x755B42) is known color: Tobacco Brown. HEX triplet: 75, 5B and 42. RGB value is (117,91,66). Sum of RGB (Red+Green+Blue) = 117+91+66=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B42 is #8AA4BD. Grayscale: #606060. Windows color (decimal): -9086142 or 4348789. OLE color: 4348789.

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

Color convert

RGB 117 91 66 -
CMYK 0 0.22 0.44 0.54
HSL 29.41º 0.28% 0.36% -
HSV(B) 29.41º 0.44% 0.46% -
XYZ 12.06 11.66 6.77 -
YUV 95.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 117 91 66 0 0.22 0.44 0.54 29.41 0.28 0.36
Hex 75 5B 42 0 16 2C 36 1D 1C 24
Octal 165 133 102 0 26 54 66 35 34 44
Binary 1110101 1011011 1000010 0 10110 101100 110110 11101 11100 100100

Color Harmonies of #755B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B42

Black with #755B42

Text Example


Text Example

White with #755B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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