#723A2A

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

Shades of Mocha #723A2A

Tints of Mocha #723A2A

Color information

#723A2A (or 0x723A2A) is unknown color: approx Mocha. HEX triplet: 72, 3A and 2A. RGB value is (114,58,42). Sum of RGB (Red+Green+Blue) = 114+58+42=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #723A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A2A is #8DC5D5. Grayscale: #494949. Windows color (decimal): -9291222 or 2767474. OLE color: 2767474.

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

Color convert

RGB1145842-
CMYK00.490.630.55
HSL13.33º46.15%30.59%-
HSV(B)13.33º63.16%44.71%-
XYZ8.876.773.03-
YUV72.92110.55157.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=53.27%
G=27.10%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114584200.490.630.5513.3346.1530.59
Hex723A2A0313F37d2e1f
Octal16272520617767155637
Binary11100101110101010100110001111111110111110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723A2A; }

 p { color: rgb(114,58,42); }

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

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

 a { background-color: rgb(114,58,42); }

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

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

 span { border-color: rgb(114,58,42); }

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