Html Css Color HEX #713830 Mocha

📋 copy color: '#713830'

red 113 ◦ green 56 ◦ blue 48

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

Shades of Mocha #713830

Tints of Mocha #713830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

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

R = 52.07%
G = 25.81%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#713830 (or 0x713830) is known color: Mocha. HEX triplet: 71, 38 and 30. RGB value is (113,56,48). Sum of RGB (Red+Green+Blue) = 113+56+48=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #713830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713830 is #8EC7CF. Grayscale: #484848. Windows color (decimal): -9357264 or 3160177. OLE color: 3160177.

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

Color convert

RGB 113 56 48 -
CMYK 0 0.50 0.58 0.56
HSL 7.38º 0.4% 0.32% -
HSV(B) 7.38º 0.58% 0.44% -
XYZ 8.76 6.55 3.6 -
YUV 72.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 113 56 48 0 0.50 0.58 0.56 7.38 0.4 0.32
Hex 71 38 30 0 32 3A 38 7 28 20
Octal 161 70 60 0 62 72 70 7 50 40
Binary 1110001 111000 110000 0 110010 111010 111000 111 101000 100000

Color Harmonies of #713830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713830

Black with #713830

Text Example


Text Example

White with #713830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713830; }

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

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

background-color css

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

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

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

border-color css

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

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

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