#72362B

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

Shades of Mocha #72362B

Tints of Mocha #72362B

Color information

#72362B (or 0x72362B) is unknown color: approx Mocha. HEX triplet: 72, 36 and 2B. RGB value is (114,54,43). Sum of RGB (Red+Green+Blue) = 114+54+43=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72362B is #8DC9D4. Grayscale: #464646. Windows color (decimal): -9292245 or 2831986. OLE color: 2831986.

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

Color convert

RGB1145443-
CMYK00.530.620.55
HSL9.3º45.22%30.78%-
HSV(B)9.3º62.28%44.71%-
XYZ8.696.393.06-
YUV70.69112.38158.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=54.03%
G=25.59%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114544300.530.620.559.345.2230.78
Hex72362B0353E3792d1f
Octal16266530657667115537
Binary11100101101101010110110101111110110111100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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