#713930

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

Shades of Mocha #713930

Tints of Mocha #713930

Color information

#713930 (or 0x713930) is unknown color: approx 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

RGB1135748-
CMYK00.500.580.56
HSL8.31º40.37%31.57%-
HSV(B)8.31º57.52%44.31%-
XYZ8.816.653.62-
YUV72.72114.05156.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113574800.500.580.568.3140.3731.57
Hex7139300323A3882820
Octal16171600627270105040
Binary111000111100111000001100101110101110001000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>