#70392E

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

Shades of Mocha #70392E

Tints of Mocha #70392E

Color information

#70392E (or 0x70392E) is unknown color: approx Mocha. HEX triplet: 70, 39 and 2E. RGB value is (112,57,46). Sum of RGB (Red+Green+Blue) = 112+57+46=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #70392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70392E is #8FC6D1. Grayscale: #484848. Windows color (decimal): -9422546 or 3029360. OLE color: 3029360.

HSL color Cylindrical-coordinate representation of color #70392E: hue angle of 10º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70392E is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1125746-
CMYK00.490.590.56
HSL10º41.77%30.98%-
HSV(B)10º58.93%43.92%-
XYZ8.646.573.4-
YUV72.19113.22156.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=52.09%
G=26.51%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112574600.490.590.561041.7730.98
Hex70392E0313B38a2a1f
Octal16071560617370125237
Binary11100001110011011100110001111011111000101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70392E; }

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

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

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

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

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

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

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

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