#72342B

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

Shades of Mocha #72342B

Tints of Mocha #72342B

Color information

#72342B (or 0x72342B) is unknown color: approx Mocha. HEX triplet: 72, 34 and 2B. RGB value is (114,52,43). Sum of RGB (Red+Green+Blue) = 114+52+43=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72342B is #8DCBD4. Grayscale: #454545. Windows color (decimal): -9292757 or 2831474. OLE color: 2831474.

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

Color convert

RGB1145243-
CMYK00.540.620.55
HSL7.61º45.22%30.78%-
HSV(B)7.61º62.28%44.71%-
XYZ8.66.213.03-
YUV69.51113.04159.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=54.55%
G=24.88%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114524300.540.620.557.6145.2230.78
Hex72342B0363E3782d1f
Octal16264530667667105537
Binary11100101101001010110110110111110110111100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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