Html Css Color HEX #743429 Mocha

📋 copy color: '#743429'

red 116 ◦ green 52 ◦ blue 41

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

Shades of Mocha #743429

Tints of Mocha #743429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 55.5%
G = 24.88%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#743429 (or 0x743429) is known color: Mocha. HEX triplet: 74, 34 and 29. RGB value is (116,52,41). Sum of RGB (Red+Green+Blue) = 116+52+41=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #743429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743429 is #8BCBD6. Grayscale: #454545. Windows color (decimal): -9161687 or 2700404. OLE color: 2700404.

HSL color Cylindrical-coordinate representation of color #743429: hue angle of 8.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743429 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 41 -
CMYK 0 0.55 0.65 0.55
HSL 8.8º 0.48% 0.31% -
HSV(B) 8.8º 0.65% 0.45% -
XYZ 8.83 6.33 2.85 -
YUV 69.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 116 52 41 0 0.55 0.65 0.55 8.8 0.48 0.31
Hex 74 34 29 0 37 41 37 9 30 1F
Octal 164 64 51 0 67 101 67 11 60 37
Binary 1110100 110100 101001 0 110111 1000001 110111 1001 110000 11111

Color Harmonies of #743429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743429

Black with #743429

Text Example


Text Example

White with #743429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743429; }

 p { color: rgb(116,52,41); }

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

background-color css

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

 a { background-color: rgb(116,52,41); }

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

border-color css

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

 span { border-color: rgb(116,52,41); }

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