#70392F

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

Shades of Mocha #70392F

Tints of Mocha #70392F

Color information

#70392F (or 0x70392F) is unknown color: approx Mocha. HEX triplet: 70, 39 and 2F. RGB value is (112,57,47). Sum of RGB (Red+Green+Blue) = 112+57+47=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #70392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70392F is #8FC6D0. Grayscale: #484848. Windows color (decimal): -9422545 or 3094896. OLE color: 3094896.

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

Color convert

RGB1125747-
CMYK00.490.580.56
HSL9.23º40.88%31.18%-
HSV(B)9.23º58.04%43.92%-
XYZ8.666.583.5-
YUV72.31113.72156.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=51.85%
G=26.39%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112574700.490.580.569.2340.8831.18
Hex70392F0313A389291f
Octal16071570617270115137
Binary11100001110011011110110001111010111000100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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