#743A29

Color #743A29 Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #743A29

Tints of Mocha #743A29

Color information

#743A29 (or 0x743A29) is unknown color: approx Mocha. HEX triplet: 74, 3A and 29. RGB value is (116,58,41). Sum of RGB (Red+Green+Blue) = 116+58+41=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A29 is #8BC5D6. Grayscale: #494949. Windows color (decimal): -9160151 or 2701940. OLE color: 2701940.

HSL color Cylindrical-coordinate representation of color #743A29: hue angle of 13.6º 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 #743A29 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1165841-
CMYK00.50.650.55
HSL13.6º47.77%30.78%-
HSV(B)13.6º64.66%45.49%-
XYZ9.126.92.95-
YUV73.4109.72158.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=53.95%
G=26.98%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116584100.50.650.5513.647.7730.78
Hex743A290324137e301f
Octal164725106210167166037
Binary111010011101010100101100101000001110111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #743A29;
 }
 .AnyTagClassName
 {
   color: #743A29;
 }
</style>
background-color css

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

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

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

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

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

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