#743A2D

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

Shades of Mocha #743A2D

Tints of Mocha #743A2D

Color information

#743A2D (or 0x743A2D) is unknown color: approx Mocha. HEX triplet: 74, 3A and 2D. RGB value is (116,58,45). Sum of RGB (Red+Green+Blue) = 116+58+45=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #743A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A2D is #8BC5D2. Grayscale: #494949. Windows color (decimal): -9160147 or 2964084. OLE color: 2964084.

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

Color convert

RGB1165845-
CMYK00.50.610.55
HSL10.99º44.1%31.57%-
HSV(B)10.99º61.21%45.49%-
XYZ9.196.933.34-
YUV73.86111.72158.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=52.97%
G=26.48%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116584500.50.610.5510.9944.131.57
Hex743A2D0323D37b2c20
Octal16472550627567135440
Binary111010011101010110101100101111011101111011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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