#70392C

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

Shades of Mocha #70392C

Tints of Mocha #70392C

Color information

#70392C (or 0x70392C) is unknown color: approx Mocha. HEX triplet: 70, 39 and 2C. RGB value is (112,57,44). Sum of RGB (Red+Green+Blue) = 112+57+44=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70392C is #8FC6D3. Grayscale: #484848. Windows color (decimal): -9422548 or 2898288. OLE color: 2898288.

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

Color convert

RGB1125744-
CMYK00.490.610.56
HSL11.47º43.59%30.59%-
HSV(B)11.47º60.71%43.92%-
XYZ8.66.553.19-
YUV71.96112.22156.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=52.58%
G=26.76%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112574400.490.610.5611.4743.5930.59
Hex70392C0313D38b2c1f
Octal16071540617570135437
Binary11100001110011011000110001111101111000101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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