Html Css Color HEX #73372A Mocha

📋 copy color: '#73372A'

red 115 ◦ green 55 ◦ blue 42

#73372A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mocha #73372A

Tints of Mocha #73372A

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.8% from 255) = 19.81%

R = 54.25%
G = 25.94%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73372A (or 0x73372A) is known color: 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

RGB 115 55 42 -
CMYK 0 0.52 0.63 0.55
HSL 10.68º 0.46% 0.31% -
HSV(B) 10.68º 0.63% 0.45% -
XYZ 8.85 6.54 2.99 -
YUV 71.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 115 55 42 0 0.52 0.63 0.55 10.68 0.46 0.31
Hex 73 37 2A 0 34 3F 37 B 2E 1F
Octal 163 67 52 0 64 77 67 13 56 37
Binary 1110011 110111 101010 0 110100 111111 110111 1011 101110 11111

Color Harmonies of #73372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73372A

Black with #73372A

Text Example


Text Example

White with #73372A

Text Example


Text Example

HTML Codes & Css Web 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>