#713630

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

Shades of Mocha #713630

Tints of Mocha #713630

Color information

#713630 (or 0x713630) is unknown color: approx Mocha. HEX triplet: 71, 36 and 30. RGB value is (113,54,48). Sum of RGB (Red+Green+Blue) = 113+54+48=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713630 is #8EC9CF. Grayscale: #474747. Windows color (decimal): -9357776 or 3159665. OLE color: 3159665.

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

Color convert

RGB1135448-
CMYK00.520.580.56
HSL5.54º40.37%31.57%-
HSV(B)5.54º57.52%44.31%-
XYZ8.666.363.57-
YUV70.96115.05157.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=52.56%
G=25.12%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113544800.520.580.565.5440.3731.57
Hex7136300343A3862820
Octal1616660064727065040
Binary11100011101101100000110100111010111000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713630; }

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

 H1.HeaderClassName
 {
   color: #713630;
 }
 .AnyTagClassName
 {
   color: #713630;
 }
</style>
background-color css

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

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

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

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

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

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