#73342B

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

Shades of Mocha #73342B

Tints of Mocha #73342B

Color information

#73342B (or 0x73342B) is unknown color: approx Mocha. HEX triplet: 73, 34 and 2B. RGB value is (115,52,43). Sum of RGB (Red+Green+Blue) = 115+52+43=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73342B is #8CCBD4. Grayscale: #454545. Windows color (decimal): -9227221 or 2831475. OLE color: 2831475.

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

Color convert

RGB1155243-
CMYK00.550.630.55
HSL7.5º45.57%30.98%-
HSV(B)7.5º62.61%45.1%-
XYZ8.736.283.04-
YUV69.81112.87160.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=54.76%
G=24.76%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115524300.550.630.557.545.5730.98
Hex73342B0373F3782e1f
Octal16364530677767105637
Binary11100111101001010110110111111111110111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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