Html Css Color HEX #755D41 Tobacco Brown

📋 copy color: '#755D41'

red 117 ◦ green 93 ◦ blue 65

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

Shades of Tobacco Brown #755D41

Tints of Tobacco Brown #755D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.82%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 42.55%
G = 33.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755D41 (or 0x755D41) is known color: Tobacco Brown. HEX triplet: 75, 5D and 41. RGB value is (117,93,65). Sum of RGB (Red+Green+Blue) = 117+93+65=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #755D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D41 is #8AA2BE. Grayscale: #616161. Windows color (decimal): -9085631 or 4283765. OLE color: 4283765.

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

Color convert

RGB 117 93 65 -
CMYK 0 0.21 0.44 0.54
HSL 32.31º 0.29% 0.36% -
HSV(B) 32.31º 0.44% 0.46% -
XYZ 12.2 11.99 6.67 -
YUV 96.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 117 93 65 0 0.21 0.44 0.54 32.31 0.29 0.36
Hex 75 5D 41 0 15 2C 36 20 1D 24
Octal 165 135 101 0 25 54 66 40 35 44
Binary 1110101 1011101 1000001 0 10101 101100 110110 100000 11101 100100

Color Harmonies of #755D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D41

Black with #755D41

Text Example


Text Example

White with #755D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,65); }

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

background-color css

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

 a { background-color: rgb(117,93,65); }

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

border-color css

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

 span { border-color: rgb(117,93,65); }

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