#703931

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

Shades of Mocha #703931

Tints of Mocha #703931

Color information

#703931 (or 0x703931) is unknown color: approx Mocha. HEX triplet: 70, 39 and 31. RGB value is (112,57,49). Sum of RGB (Red+Green+Blue) = 112+57+49=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703931 is #8FC6CE. Grayscale: #484848. Windows color (decimal): -9422543 or 3225968. OLE color: 3225968.

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

Color convert

RGB1125749-
CMYK00.490.560.56
HSL7.62º39.13%31.57%-
HSV(B)7.62º56.25%43.92%-
XYZ8.76.593.72-
YUV72.53114.72156.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=51.38%
G=26.15%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112574900.490.560.567.6239.1331.57
Hex703931031383882720
Octal16071610617070104740
Binary111000011100111000101100011110001110001000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703931; }

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

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

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

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

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

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

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

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