#72332B

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

Shades of Mocha #72332B

Tints of Mocha #72332B

Color information

#72332B (or 0x72332B) is unknown color: approx Mocha. HEX triplet: 72, 33 and 2B. RGB value is (114,51,43). Sum of RGB (Red+Green+Blue) = 114+51+43=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72332B is #8DCCD4. Grayscale: #454545. Windows color (decimal): -9293013 or 2831218. OLE color: 2831218.

HSL color Cylindrical-coordinate representation of color #72332B: hue angle of 6.76º 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 #72332B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1145143-
CMYK00.550.620.55
HSL6.76º45.22%30.78%-
HSV(B)6.76º62.28%44.71%-
XYZ8.566.123.02-
YUV68.92113.37160.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=54.81%
G=24.52%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114514300.550.620.556.7645.2230.78
Hex72332B0373E3772d1f
Octal1626353067766775537
Binary1110010110011101011011011111111011011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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