#73342C

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

Shades of Mocha #73342C

Tints of Mocha #73342C

Color information

#73342C (or 0x73342C) is unknown color: approx Mocha. HEX triplet: 73, 34 and 2C. RGB value is (115,52,44). Sum of RGB (Red+Green+Blue) = 115+52+44=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73342C is #8CCBD3. Grayscale: #464646. Windows color (decimal): -9227220 or 2897011. OLE color: 2897011.

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

Color convert

RGB1155244-
CMYK00.550.620.55
HSL6.76º44.65%31.18%-
HSV(B)6.76º61.74%45.1%-
XYZ8.756.283.13-
YUV69.92113.37160.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=54.50%
G=24.64%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115524400.550.620.556.7644.6531.18
Hex73342C0373E3772d1f
Octal1636454067766775537
Binary1110011110100101100011011111111011011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73342C; }

 p { color: rgb(115,52,44); }

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

<style>
 a { background-color: #73342C; }

 a { background-color: rgb(115,52,44); }

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

<style>
 span { border-color: #73342C; }

 span { border-color: rgb(115,52,44); }

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