Html Css Color HEX #713930 Mocha

📋 copy color: '#713930'

red 113 ◦ green 57 ◦ blue 48

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

Shades of Mocha #713930

Tints of Mocha #713930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

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

R = 51.83%
G = 26.15%
B = 22.02%

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

#713930 (or 0x713930) is known color: Mocha. HEX triplet: 71, 39 and 30. RGB value is (113,57,48). Sum of RGB (Red+Green+Blue) = 113+57+48=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #713930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713930 is #8EC6CF. Grayscale: #484848. Windows color (decimal): -9357008 or 3160433. OLE color: 3160433.

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

Color convert

RGB 113 57 48 -
CMYK 0 0.50 0.58 0.56
HSL 8.31º 0.4% 0.32% -
HSV(B) 8.31º 0.58% 0.44% -
XYZ 8.81 6.65 3.62 -
YUV 72.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 113 57 48 0 0.50 0.58 0.56 8.31 0.4 0.32
Hex 71 39 30 0 32 3A 38 8 28 20
Octal 161 71 60 0 62 72 70 10 50 40
Binary 1110001 111001 110000 0 110010 111010 111000 1000 101000 100000

Color Harmonies of #713930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713930

Black with #713930

Text Example


Text Example

White with #713930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713930; }

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

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

background-color css

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

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

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

border-color css

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

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

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