Html Css Color HEX #73362A Mocha

📋 copy color: '#73362A'

red 115 ◦ green 54 ◦ blue 42

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

Shades of Mocha #73362A

Tints of Mocha #73362A

RGB

 RED value IS 115 (45.31% from 255) = 54.5%

 GREEN value IS 54 (21.48% from 255) = 25.59%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 54.5%
G = 25.59%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73362A (or 0x73362A) is known color: Mocha. HEX triplet: 73, 36 and 2A. RGB value is (115,54,42). Sum of RGB (Red+Green+Blue) = 115+54+42=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73362A is #8CC9D5. Grayscale: #464646. Windows color (decimal): -9226710 or 2766451. OLE color: 2766451.

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

Color convert

RGB 115 54 42 -
CMYK 0 0.53 0.63 0.55
HSL 9.86º 0.46% 0.31% -
HSV(B) 9.86º 0.63% 0.45% -
XYZ 8.81 6.45 2.97 -
YUV 70.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 115 54 42 0 0.53 0.63 0.55 9.86 0.46 0.31
Hex 73 36 2A 0 35 3F 37 A 2E 1F
Octal 163 66 52 0 65 77 67 12 56 37
Binary 1110011 110110 101010 0 110101 111111 110111 1010 101110 11111

Color Harmonies of #73362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73362A

Black with #73362A

Text Example


Text Example

White with #73362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73362A;
 }
 .AnyTagClassName
 {
   color: #73362A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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