Html Css Color HEX #713A30 Mocha

📋 copy color: '#713A30'

red 113 ◦ green 58 ◦ blue 48

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

Shades of Mocha #713A30

Tints of Mocha #713A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.48%

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 51.6%
G = 26.48%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#713A30 (or 0x713A30) is known color: Mocha. HEX triplet: 71, 3A and 30. RGB value is (113,58,48). Sum of RGB (Red+Green+Blue) = 113+58+48=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A30 is #8EC5CF. Grayscale: #494949. Windows color (decimal): -9356752 or 3160689. OLE color: 3160689.

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

Color convert

RGB 113 58 48 -
CMYK 0 0.49 0.58 0.56
HSL 9.23º 0.4% 0.32% -
HSV(B) 9.23º 0.58% 0.44% -
XYZ 8.86 6.75 3.63 -
YUV 73.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 113 58 48 0 0.49 0.58 0.56 9.23 0.4 0.32
Hex 71 3A 30 0 31 3A 38 9 28 20
Octal 161 72 60 0 61 72 70 11 50 40
Binary 1110001 111010 110000 0 110001 111010 111000 1001 101000 100000

Color Harmonies of #713A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A30

Black with #713A30

Text Example


Text Example

White with #713A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,58,48); }

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

background-color css

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

 a { background-color: rgb(113,58,48); }

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

border-color css

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

 span { border-color: rgb(113,58,48); }

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