#72362F

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

Shades of Mocha #72362F

Tints of Mocha #72362F

Color information

#72362F (or 0x72362F) is unknown color: approx Mocha. HEX triplet: 72, 36 and 2F. RGB value is (114,54,47). Sum of RGB (Red+Green+Blue) = 114+54+47=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #72362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72362F is #8DC9D0. Grayscale: #474747. Windows color (decimal): -9292241 or 3094130. OLE color: 3094130.

HSL color Cylindrical-coordinate representation of color #72362F: hue angle of 6.27º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72362F is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1145447-
CMYK00.530.590.55
HSL6.27º41.61%31.57%-
HSV(B)6.27º58.77%44.71%-
XYZ8.776.423.47-
YUV71.14114.38158.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=53.02%
G=25.12%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114544700.530.590.556.2741.6131.57
Hex72362F0353B3762a20
Octal1626657065736765240
Binary11100101101101011110110101111011110111110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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