Html Css Color HEX #70372A Mocha

📋 copy color: '#70372A'

red 112 ◦ green 55 ◦ blue 42

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

Shades of Mocha #70372A

Tints of Mocha #70372A

RGB

 RED value IS 112 (44.14% from 255) = 53.59%

 GREEN value IS 55 (21.88% from 255) = 26.32%

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

R = 53.59%
G = 26.32%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70372A (or 0x70372A) is known color: Mocha. HEX triplet: 70, 37 and 2A. RGB value is (112,55,42). Sum of RGB (Red+Green+Blue) = 112+55+42=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70372A is #8FC8D5. Grayscale: #464646. Windows color (decimal): -9423062 or 2766704. OLE color: 2766704.

HSL color Cylindrical-coordinate representation of color #70372A: hue angle of 11.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70372A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 42 -
CMYK 0 0.51 0.62 0.56
HSL 11.14º 0.45% 0.3% -
HSV(B) 11.14º 0.63% 0.44% -
XYZ 8.47 6.34 2.97 -
YUV 70.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 112 55 42 0 0.51 0.62 0.56 11.14 0.45 0.3
Hex 70 37 2A 0 33 3E 38 B 2D 1E
Octal 160 67 52 0 63 76 70 13 55 36
Binary 1110000 110111 101010 0 110011 111110 111000 1011 101101 11110

Color Harmonies of #70372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70372A

Black with #70372A

Text Example


Text Example

White with #70372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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