#72352B

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

Shades of Mocha #72352B

Tints of Mocha #72352B

Color information

#72352B (or 0x72352B) is unknown color: approx Mocha. HEX triplet: 72, 35 and 2B. RGB value is (114,53,43). Sum of RGB (Red+Green+Blue) = 114+53+43=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72352B is #8DCAD4. Grayscale: #464646. Windows color (decimal): -9292501 or 2831730. OLE color: 2831730.

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

Color convert

RGB1145343-
CMYK00.540.620.55
HSL8.45º45.22%30.78%-
HSV(B)8.45º62.28%44.71%-
XYZ8.656.33.05-
YUV70.1112.71159.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=54.29%
G=25.24%
B=20.48%

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
Decimal114534300.540.620.558.4545.2230.78
Hex72352B0363E3782d1f
Octal16265530667667105537
Binary11100101101011010110110110111110110111100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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