#73352A

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

Shades of Mocha #73352A

Tints of Mocha #73352A

Color information

#73352A (or 0x73352A) is unknown color: approx Mocha. HEX triplet: 73, 35 and 2A. RGB value is (115,53,42). Sum of RGB (Red+Green+Blue) = 115+53+42=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73352A is #8CCAD5. Grayscale: #464646. Windows color (decimal): -9226966 or 2766195. OLE color: 2766195.

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

Color convert

RGB1155342-
CMYK00.540.630.55
HSL9.04º46.5%30.78%-
HSV(B)9.04º63.48%45.1%-
XYZ8.766.362.96-
YUV70.28112.04159.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 42 (16.80% from 255) = 20%
R=54.76%
G=25.24%
B=20%

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
Decimal115534200.540.630.559.0446.530.78
Hex73352A0363F3792e1f
Octal16365520667767115637
Binary11100111101011010100110110111111110111100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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