#73352c

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

Shades of Mocha #73352C

Tints of Mocha #73352C

Color information

#73352C (or 0x73352C) is unknown color: approx Mocha. HEX triplet: 73, 35 and 2C. RGB value is (115,53,44). Sum of RGB (Red+Green+Blue) = 115+53+44=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73352C is #8CCAD3. Grayscale: #464646. Windows color (decimal): -9226964 or 2897267. OLE color: 2897267.

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

Color convert

RGB1155344-
CMYK00.540.620.55
HSL7.61º44.65%31.18%-
HSV(B)7.61º61.74%45.1%-
XYZ8.86.373.15-
YUV70.51113.04159.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=54.25%
G=25%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115534400.540.620.557.6144.6531.18
Hex73352C0363E3782d1f
Octal16365540667667105537
Binary11100111101011011000110110111110110111100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73352c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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