#743529

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

Shades of Mocha #743529

Tints of Mocha #743529

Color information

#743529 (or 0x743529) is unknown color: approx Mocha. HEX triplet: 74, 35 and 29. RGB value is (116,53,41). Sum of RGB (Red+Green+Blue) = 116+53+41=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #743529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743529 is #8BCAD6. Grayscale: #464646. Windows color (decimal): -9161431 or 2700660. OLE color: 2700660.

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

Color convert

RGB1165341-
CMYK00.540.650.55
HSL9.6º47.77%30.78%-
HSV(B)9.6º64.66%45.49%-
XYZ8.886.422.87-
YUV70.47111.37160.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.24%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=55.24%
G=25.24%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116534100.540.650.559.647.7730.78
Hex7435290364137a301f
Octal164655106610167126037
Binary111010011010110100101101101000001110111101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743529; }

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

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

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

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

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

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

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

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