Html Css Color HEX #755C46 Tobacco Brown

📋 copy color: '#755C46'

red 117 ◦ green 92 ◦ blue 70

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

Shades of Tobacco Brown #755C46

Tints of Tobacco Brown #755C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 41.94%
G = 32.97%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#755C46 (or 0x755C46) is known color: Tobacco Brown. HEX triplet: 75, 5C and 46. RGB value is (117,92,70). Sum of RGB (Red+Green+Blue) = 117+92+70=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C46 is #8AA3B9. Grayscale: #616161. Windows color (decimal): -9085882 or 4611189. OLE color: 4611189.

HSL color Cylindrical-coordinate representation of color #755C46: hue angle of 28.09º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755C46 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 70 -
CMYK 0 0.21 0.40 0.54
HSL 28.09º 0.25% 0.37% -
HSV(B) 28.09º 0.4% 0.46% -
XYZ 12.27 11.88 7.44 -
YUV 96.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 117 92 70 0 0.21 0.40 0.54 28.09 0.25 0.37
Hex 75 5C 46 0 15 28 36 1C 19 25
Octal 165 134 106 0 25 50 66 34 31 45
Binary 1110101 1011100 1000110 0 10101 101000 110110 11100 11001 100101

Color Harmonies of #755C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C46

Black with #755C46

Text Example


Text Example

White with #755C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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