#73332A

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

Shades of Mocha #73332A

Tints of Mocha #73332A

Color information

#73332A (or 0x73332A) is unknown color: approx Mocha. HEX triplet: 73, 33 and 2A. RGB value is (115,51,42). Sum of RGB (Red+Green+Blue) = 115+51+42=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73332A is #8CCCD5. Grayscale: #454545. Windows color (decimal): -9227478 or 2765683. OLE color: 2765683.

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

Color convert

RGB1155142-
CMYK00.560.630.55
HSL7.4º46.5%30.78%-
HSV(B)7.4º63.48%45.1%-
XYZ8.676.182.93-
YUV69.11112.7160.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=55.29%
G=24.52%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115514200.560.630.557.446.530.78
Hex73332A0383F3772e1f
Octal1636352070776775637
Binary1110011110011101010011100011111111011111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73332A; }

 p { color: rgb(115,51,42); }

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

<style>
 a { background-color: #73332A; }

 a { background-color: rgb(115,51,42); }

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

<style>
 span { border-color: #73332A; }

 span { border-color: rgb(115,51,42); }

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