#72392B

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

Shades of Mocha #72392B

Tints of Mocha #72392B

Color information

#72392B (or 0x72392B) is unknown color: approx Mocha. HEX triplet: 72, 39 and 2B. RGB value is (114,57,43). Sum of RGB (Red+Green+Blue) = 114+57+43=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72392B is #8DC6D4. Grayscale: #484848. Windows color (decimal): -9291477 or 2832754. OLE color: 2832754.

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

Color convert

RGB1145743-
CMYK00.500.620.55
HSL11.83º45.22%30.78%-
HSV(B)11.83º62.28%44.71%-
XYZ8.846.683.11-
YUV72.45111.38157.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=53.27%
G=26.64%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114574300.500.620.5511.8345.2230.78
Hex72392B0323E37c2d1f
Octal16271530627667145537
Binary11100101110011010110110010111110110111110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72392B; }

 p { color: rgb(114,57,43); }

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

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

 a { background-color: rgb(114,57,43); }

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

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

 span { border-color: rgb(114,57,43); }

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