Html Css Color HEX #745C40 Tobacco Brown

📋 copy color: '#745C40'

red 116 ◦ green 92 ◦ blue 64

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

Shades of Tobacco Brown #745C40

Tints of Tobacco Brown #745C40

RGB

 RED value IS 116 (45.7% from 255) = 42.65%

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

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

R = 42.65%
G = 33.82%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#745C40 (or 0x745C40) is known color: Tobacco Brown. HEX triplet: 74, 5C and 40. RGB value is (116,92,64). Sum of RGB (Red+Green+Blue) = 116+92+64=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #745C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C40 is #8BA3BF. Grayscale: #606060. Windows color (decimal): -9151424 or 4217972. OLE color: 4217972.

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

Color convert

RGB 116 92 64 -
CMYK 0 0.21 0.45 0.55
HSL 32.31º 0.29% 0.35% -
HSV(B) 32.31º 0.45% 0.45% -
XYZ 11.96 11.74 6.49 -
YUV 95.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 116 92 64 0 0.21 0.45 0.55 32.31 0.29 0.35
Hex 74 5C 40 0 15 2D 37 20 1D 23
Octal 164 134 100 0 25 55 67 40 35 43
Binary 1110100 1011100 1000000 0 10101 101101 110111 100000 11101 100011

Color Harmonies of #745C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C40

Black with #745C40

Text Example


Text Example

White with #745C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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