Html Css Color HEX #755C40 Tobacco Brown

📋 copy color: '#755C40'

red 117 ◦ green 92 ◦ blue 64

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

Shades of Tobacco Brown #755C40

Tints of Tobacco Brown #755C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 42.86%
G = 33.7%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#755C40 (or 0x755C40) is known color: Tobacco Brown. HEX triplet: 75, 5C and 40. RGB value is (117,92,64). Sum of RGB (Red+Green+Blue) = 117+92+64=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C40 is #8AA3BF. Grayscale: #606060. Windows color (decimal): -9085888 or 4217973. OLE color: 4217973.

HSL color Cylindrical-coordinate representation of color #755C40: hue angle of 31.7º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755C40 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 64 -
CMYK 0 0.21 0.45 0.54
HSL 31.7º 0.29% 0.35% -
HSV(B) 31.7º 0.45% 0.46% -
XYZ 12.09 11.81 6.49 -
YUV 96.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 117 92 64 0 0.21 0.45 0.54 31.7 0.29 0.35
Hex 75 5C 40 0 15 2D 36 20 1D 23
Octal 165 134 100 0 25 55 66 40 35 43
Binary 1110101 1011100 1000000 0 10101 101101 110110 100000 11101 100011

Color Harmonies of #755C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C40

Black with #755C40

Text Example


Text Example

White with #755C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,64); }

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

background-color css

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

 a { background-color: rgb(117,92,64); }

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

border-color css

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

 span { border-color: rgb(117,92,64); }

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