#713D2E

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

Shades of Mocha #713D2E

Tints of Mocha #713D2E

Color information

#713D2E (or 0x713D2E) is unknown color: approx Mocha. HEX triplet: 71, 3D and 2E. RGB value is (113,61,46). Sum of RGB (Red+Green+Blue) = 113+61+46=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #713D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D2E is #8EC2D1. Grayscale: #4A4A4A. Windows color (decimal): -9355986 or 3030385. OLE color: 3030385.

HSL color Cylindrical-coordinate representation of color #713D2E: hue angle of 13.43º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713D2E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1136146-
CMYK00.460.590.56
HSL13.43º42.14%31.18%-
HSV(B)13.43º59.29%44.31%-
XYZ8.977.053.47-
YUV74.84111.73155.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=51.36%
G=27.73%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113614600.460.590.5613.4342.1431.18
Hex713D2E02E3B38d2a1f
Octal16175560567370155237
Binary11100011111011011100101110111011111000110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713D2E; }

 p { color: rgb(113,61,46); }

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

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

 a { background-color: rgb(113,61,46); }

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

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

 span { border-color: rgb(113,61,46); }

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