#70382E

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

Shades of Mocha #70382E

Tints of Mocha #70382E

Color information

#70382E (or 0x70382E) is unknown color: approx Mocha. HEX triplet: 70, 38 and 2E. RGB value is (112,56,46). Sum of RGB (Red+Green+Blue) = 112+56+46=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70382E is #8FC7D1. Grayscale: #474747. Windows color (decimal): -9422802 or 3029104. OLE color: 3029104.

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

Color convert

RGB1125646-
CMYK00.500.590.56
HSL9.09º41.77%30.98%-
HSV(B)9.09º58.93%43.92%-
XYZ8.596.473.38-
YUV71.6113.55156.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=52.34%
G=26.17%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112564600.500.590.569.0941.7730.98
Hex70382E0323B3892a1f
Octal16070560627370115237
Binary11100001110001011100110010111011111000100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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