#713931

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

Shades of Mocha #713931

Tints of Mocha #713931

Color information

#713931 (or 0x713931) is unknown color: approx Mocha. HEX triplet: 71, 39 and 31. RGB value is (113,57,49). Sum of RGB (Red+Green+Blue) = 113+57+49=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713931 is #8EC6CE. Grayscale: #484848. Windows color (decimal): -9357007 or 3225969. OLE color: 3225969.

HSL color Cylindrical-coordinate representation of color #713931: hue angle of 7.5º 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 #713931 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1135749-
CMYK00.500.570.56
HSL7.5º39.51%31.76%-
HSV(B)7.5º56.64%44.31%-
XYZ8.836.663.73-
YUV72.83114.55156.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=51.60%
G=26.03%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113574900.500.570.567.539.5131.76
Hex713931032393882820
Octal16171610627170105040
Binary111000111100111000101100101110011110001000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713931; }

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

 H1.HeaderClassName
 {
   color: #713931;
 }
 .AnyTagClassName
 {
   color: #713931;
 }
</style>
background-color css

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

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

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

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

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

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