#73372A

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

Shades of Mocha #73372A

Tints of Mocha #73372A

Color information

#73372A (or 0x73372A) is unknown color: approx Mocha. HEX triplet: 73, 37 and 2A. RGB value is (115,55,42). Sum of RGB (Red+Green+Blue) = 115+55+42=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73372A is #8CC8D5. Grayscale: #474747. Windows color (decimal): -9226454 or 2766707. OLE color: 2766707.

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

Color convert

RGB1155542-
CMYK00.520.630.55
HSL10.68º46.5%30.78%-
HSV(B)10.68º63.48%45.1%-
XYZ8.856.542.99-
YUV71.46111.38159.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=54.25%
G=25.94%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115554200.520.630.5510.6846.530.78
Hex73372A0343F37b2e1f
Octal16367520647767135637
Binary11100111101111010100110100111111110111101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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