Html Css Color HEX #743B2D Mocha

📋 copy color: '#743B2D'

red 116 ◦ green 59 ◦ blue 45

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

Shades of Mocha #743B2D

Tints of Mocha #743B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 52.73%
G = 26.82%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#743B2D (or 0x743B2D) is known color: Mocha. HEX triplet: 74, 3B and 2D. RGB value is (116,59,45). Sum of RGB (Red+Green+Blue) = 116+59+45=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #743B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B2D is #8BC4D2. Grayscale: #4A4A4A. Windows color (decimal): -9159891 or 2964340. OLE color: 2964340.

HSL color Cylindrical-coordinate representation of color #743B2D: hue angle of 11.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743B2D is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 45 -
CMYK 0 0.49 0.61 0.55
HSL 11.83º 0.44% 0.32% -
HSV(B) 11.83º 0.61% 0.45% -
XYZ 9.24 7.03 3.35 -
YUV 74.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 116 59 45 0 0.49 0.61 0.55 11.83 0.44 0.32
Hex 74 3B 2D 0 31 3D 37 C 2C 20
Octal 164 73 55 0 61 75 67 14 54 40
Binary 1110100 111011 101101 0 110001 111101 110111 1100 101100 100000

Color Harmonies of #743B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B2D

Black with #743B2D

Text Example


Text Example

White with #743B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743B2D; }

 p { color: rgb(116,59,45); }

 H1.HeaderClassName
 {
   color: #743B2D;
 }
 .AnyTagClassName
 {
   color: #743B2D;
 }
</style>

background-color css

<style>
 a { background-color: #743B2D; }

 a { background-color: rgb(116,59,45); }

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

border-color css

<style>
 span { border-color: #743B2D; }

 span { border-color: rgb(116,59,45); }

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