#72342A

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

Shades of Mocha #72342A

Tints of Mocha #72342A

Color information

#72342A (or 0x72342A) is unknown color: approx Mocha. HEX triplet: 72, 34 and 2A. RGB value is (114,52,42). Sum of RGB (Red+Green+Blue) = 114+52+42=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72342A is #8DCBD5. Grayscale: #454545. Windows color (decimal): -9292758 or 2765938. OLE color: 2765938.

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

Color convert

RGB1145242-
CMYK00.540.630.55
HSL8.33º46.15%30.59%-
HSV(B)8.33º63.16%44.71%-
XYZ8.596.22.93-
YUV69.4112.54159.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=54.81%
G=25%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114524200.540.630.558.3346.1530.59
Hex72342A0363F3782e1f
Octal16264520667767105637
Binary11100101101001010100110110111111110111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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