Html Css Color HEX #703731 Mocha

📋 copy color: '#703731'

red 112 ◦ green 55 ◦ blue 49

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

Shades of Mocha #703731

Tints of Mocha #703731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.69%

R = 51.85%
G = 25.46%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#703731 (or 0x703731) is known color: Mocha. HEX triplet: 70, 37 and 31. RGB value is (112,55,49). Sum of RGB (Red+Green+Blue) = 112+55+49=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703731 is #8FC8CE. Grayscale: #474747. Windows color (decimal): -9423055 or 3225456. OLE color: 3225456.

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

Color convert

RGB 112 55 49 -
CMYK 0 0.51 0.56 0.56
HSL 5.71º 0.39% 0.32% -
HSV(B) 5.71º 0.56% 0.44% -
XYZ 8.6 6.4 3.69 -
YUV 71.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 112 55 49 0 0.51 0.56 0.56 5.71 0.39 0.32
Hex 70 37 31 0 33 38 38 6 27 20
Octal 160 67 61 0 63 70 70 6 47 40
Binary 1110000 110111 110001 0 110011 111000 111000 110 100111 100000

Color Harmonies of #703731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703731

Black with #703731

Text Example


Text Example

White with #703731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703731; }

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

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

background-color css

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

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

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

border-color css

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

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

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