#73352B

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

Shades of Mocha #73352B

Tints of Mocha #73352B

Color information

#73352B (or 0x73352B) is unknown color: approx Mocha. HEX triplet: 73, 35 and 2B. RGB value is (115,53,43). Sum of RGB (Red+Green+Blue) = 115+53+43=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73352B is #8CCAD4. Grayscale: #464646. Windows color (decimal): -9226965 or 2831731. OLE color: 2831731.

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

Color convert

RGB1155343-
CMYK00.540.630.55
HSL8.33º45.57%30.98%-
HSV(B)8.33º62.61%45.1%-
XYZ8.786.373.05-
YUV70.4112.54159.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=54.50%
G=25.12%
B=20.38%

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
Decimal115534300.540.630.558.3345.5730.98
Hex73352B0363F3782e1f
Octal16365530667767105637
Binary11100111101011010110110110111111110111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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