#703731

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

Shades of Mocha #703731

Tints of Mocha #703731

Color information

#703731 (or 0x703731) is unknown color: approx Mocha. HEX triplet: 70, 37 and 31. RGB value is (112,55,49). Sum of RGB (Red+Green+Blue) = 112+55+49=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703731 is #8FC8CE. Grayscale: #474747. Windows color (decimal): -9423055 or 3225456. OLE color: 3225456.

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

Color convert

RGB1125549-
CMYK00.510.560.56
HSL5.71º39.13%31.57%-
HSV(B)5.71º56.25%43.92%-
XYZ8.66.43.69-
YUV71.36115.38156.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=51.85%
G=25.46%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112554900.510.560.565.7139.1331.57
Hex703731033383862720
Octal1606761063707064740
Binary11100001101111100010110011111000111000110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703731; }

 p { color: rgb(112,55,49); }

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

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

 a { background-color: rgb(112,55,49); }

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

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

 span { border-color: rgb(112,55,49); }

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