#73342D

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

Shades of Mocha #73342D

Tints of Mocha #73342D

Color information

#73342D (or 0x73342D) is unknown color: approx Mocha. HEX triplet: 73, 34 and 2D. RGB value is (115,52,45). Sum of RGB (Red+Green+Blue) = 115+52+45=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73342D is #8CCBD2. Grayscale: #464646. Windows color (decimal): -9227219 or 2962547. OLE color: 2962547.

HSL color Cylindrical-coordinate representation of color #73342D: hue angle of 6º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73342D is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1155245-
CMYK00.550.610.55
HSL43.75%31.37%-
HSV(B)60.87%45.1%-
XYZ8.776.293.23-
YUV70.04113.87160.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=54.25%
G=24.53%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115524500.550.610.55643.7531.37
Hex73342D0373D3762c1f
Octal1636455067756765437
Binary1110011110100101101011011111110111011111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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