#72392A

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

Shades of Mocha #72392A

Tints of Mocha #72392A

Color information

#72392A (or 0x72392A) is unknown color: approx Mocha. HEX triplet: 72, 39 and 2A. RGB value is (114,57,42). Sum of RGB (Red+Green+Blue) = 114+57+42=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72392A is #8DC6D5. Grayscale: #484848. Windows color (decimal): -9291478 or 2767218. OLE color: 2767218.

HSL color Cylindrical-coordinate representation of color #72392A: hue angle of 12.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72392A is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1145742-
CMYK00.500.630.55
HSL12.5º46.15%30.59%-
HSV(B)12.5º63.16%44.71%-
XYZ8.826.673.01-
YUV72.33110.88157.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=53.52%
G=26.76%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114574200.500.630.5512.546.1530.59
Hex72392A0323F37c2e1f
Octal16271520627767145637
Binary11100101110011010100110010111111110111110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72392A; }

 p { color: rgb(114,57,42); }

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

<style>
 a { background-color: #72392A; }

 a { background-color: rgb(114,57,42); }

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

<style>
 span { border-color: #72392A; }

 span { border-color: rgb(114,57,42); }

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