Html Css Color HEX #755E46 Tobacco Brown

📋 copy color: '#755E46'

red 117 ◦ green 94 ◦ blue 70

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

Shades of Tobacco Brown #755E46

Tints of Tobacco Brown #755E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.45%

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

R = 41.64%
G = 33.45%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#755E46 (or 0x755E46) is known color: Tobacco Brown. HEX triplet: 75, 5E and 46. RGB value is (117,94,70). Sum of RGB (Red+Green+Blue) = 117+94+70=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #755E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E46 is #8AA1B9. Grayscale: #626262. Windows color (decimal): -9085370 or 4611701. OLE color: 4611701.

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

Color convert

RGB 117 94 70 -
CMYK 0 0.20 0.40 0.54
HSL 30.64º 0.25% 0.37% -
HSV(B) 30.64º 0.4% 0.46% -
XYZ 12.44 12.23 7.5 -
YUV 98.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 117 94 70 0 0.20 0.40 0.54 30.64 0.25 0.37
Hex 75 5E 46 0 14 28 36 1F 19 25
Octal 165 136 106 0 24 50 66 37 31 45
Binary 1110101 1011110 1000110 0 10100 101000 110110 11111 11001 100101

Color Harmonies of #755E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E46

Black with #755E46

Text Example


Text Example

White with #755E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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