Html Css Color HEX #745C41 Tobacco Brown

📋 copy color: '#745C41'

red 116 ◦ green 92 ◦ blue 65

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

Shades of Tobacco Brown #745C41

Tints of Tobacco Brown #745C41

RGB

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

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

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

R = 42.49%
G = 33.7%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#745C41 (or 0x745C41) is known color: Tobacco Brown. HEX triplet: 74, 5C and 41. RGB value is (116,92,65). Sum of RGB (Red+Green+Blue) = 116+92+65=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C41 is #8BA3BE. Grayscale: #606060. Windows color (decimal): -9151423 or 4283508. OLE color: 4283508.

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

Color convert

RGB 116 92 65 -
CMYK 0 0.21 0.44 0.55
HSL 31.76º 0.28% 0.35% -
HSV(B) 31.76º 0.44% 0.45% -
XYZ 11.98 11.75 6.64 -
YUV 96.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 116 92 65 0 0.21 0.44 0.55 31.76 0.28 0.35
Hex 74 5C 41 0 15 2C 37 20 1C 23
Octal 164 134 101 0 25 54 67 40 34 43
Binary 1110100 1011100 1000001 0 10101 101100 110111 100000 11100 100011

Color Harmonies of #745C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C41

Black with #745C41

Text Example


Text Example

White with #745C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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