#713731

Color #713731 Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #713731

Tints of Mocha #713731

Color information

#713731 (or 0x713731) is unknown color: approx 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.63º 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

RGB1135549-
CMYK00.510.570.56
HSL5.63º39.51%31.76%-
HSV(B)5.63º56.64%44.31%-
XYZ8.736.463.69-
YUV71.66115.22157.49-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113554900.510.570.565.6339.5131.76
Hex713731033393862820
Octal1616761063717065040
Binary11100011101111100010110011111001111000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>