#70392D

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

Shades of Mocha #70392D

Tints of Mocha #70392D

Color information

#70392D (or 0x70392D) is unknown color: approx Mocha. HEX triplet: 70, 39 and 2D. RGB value is (112,57,45). Sum of RGB (Red+Green+Blue) = 112+57+45=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70392D is #8FC6D2. Grayscale: #484848. Windows color (decimal): -9422547 or 2963824. OLE color: 2963824.

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

Color convert

RGB1125745-
CMYK00.490.600.56
HSL10.75º42.68%30.78%-
HSV(B)10.75º59.82%43.92%-
XYZ8.626.563.29-
YUV72.08112.72156.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=52.34%
G=26.64%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112574500.490.600.5610.7542.6830.78
Hex70392D0313C38b2b1f
Octal16071550617470135337
Binary11100001110011011010110001111100111000101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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