Html Css Color HEX #70372F Mocha

📋 copy color: '#70372F'

red 112 ◦ green 55 ◦ blue 47

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

Shades of Mocha #70372F

Tints of Mocha #70372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 52.34%
G = 25.7%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70372F (or 0x70372F) is known color: Mocha. HEX triplet: 70, 37 and 2F. RGB value is (112,55,47). Sum of RGB (Red+Green+Blue) = 112+55+47=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70372F is #8FC8D0. Grayscale: #474747. Windows color (decimal): -9423057 or 3094384. OLE color: 3094384.

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

Color convert

RGB 112 55 47 -
CMYK 0 0.51 0.58 0.56
HSL 7.38º 0.41% 0.31% -
HSV(B) 7.38º 0.58% 0.44% -
XYZ 8.56 6.38 3.47 -
YUV 71.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 112 55 47 0 0.51 0.58 0.56 7.38 0.41 0.31
Hex 70 37 2F 0 33 3A 38 7 29 1F
Octal 160 67 57 0 63 72 70 7 51 37
Binary 1110000 110111 101111 0 110011 111010 111000 111 101001 11111

Color Harmonies of #70372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70372F

Black with #70372F

Text Example


Text Example

White with #70372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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