Html Css Color HEX #713731 Mocha

📋 copy color: '#713731'

red 113 ◦ green 55 ◦ blue 49

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

Shades of Mocha #713731

Tints of Mocha #713731

RGB

 RED value IS 113 (44.53% from 255) = 52.07%

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

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

R = 52.07%
G = 25.35%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#713731 (or 0x713731) is known color: Mocha. HEX triplet: 71, 37 and 31. RGB value is (113,55,49). Sum of RGB (Red+Green+Blue) = 113+55+49=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #713731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713731 is #8EC8CE. Grayscale: #474747. Windows color (decimal): -9357519 or 3225457. OLE color: 3225457.

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

Color convert

RGB 113 55 49 -
CMYK 0 0.51 0.57 0.56
HSL 5.63º 0.4% 0.32% -
HSV(B) 5.63º 0.57% 0.44% -
XYZ 8.73 6.46 3.69 -
YUV 71.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 113 55 49 0 0.51 0.57 0.56 5.63 0.4 0.32
Hex 71 37 31 0 33 39 38 6 28 20
Octal 161 67 61 0 63 71 70 6 50 40
Binary 1110001 110111 110001 0 110011 111001 111000 110 101000 100000

Color Harmonies of #713731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713731

Black with #713731

Text Example


Text Example

White with #713731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713731; }

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

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

background-color css

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

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

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

border-color css

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

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

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