Html Css Color HEX #713B2A Mocha

📋 copy color: '#713B2A'

red 113 ◦ green 59 ◦ blue 42

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

Shades of Mocha #713B2A

Tints of Mocha #713B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.57%

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 52.8%
G = 27.57%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#713B2A (or 0x713B2A) is known color: Mocha. HEX triplet: 71, 3B and 2A. RGB value is (113,59,42). Sum of RGB (Red+Green+Blue) = 113+59+42=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #713B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B2A is #8EC4D5. Grayscale: #494949. Windows color (decimal): -9356502 or 2767729. OLE color: 2767729.

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

Color convert

RGB 113 59 42 -
CMYK 0 0.48 0.63 0.56
HSL 14.37º 0.46% 0.3% -
HSV(B) 14.37º 0.63% 0.44% -
XYZ 8.79 6.81 3.04 -
YUV 73.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 113 59 42 0 0.48 0.63 0.56 14.37 0.46 0.3
Hex 71 3B 2A 0 30 3F 38 E 2E 1E
Octal 161 73 52 0 60 77 70 16 56 36
Binary 1110001 111011 101010 0 110000 111111 111000 1110 101110 11110

Color Harmonies of #713B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B2A

Black with #713B2A

Text Example


Text Example

White with #713B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,42); }

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

background-color css

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

 a { background-color: rgb(113,59,42); }

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

border-color css

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

 span { border-color: rgb(113,59,42); }

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