#70362B

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

Shades of Mocha #70362B

Tints of Mocha #70362B

Color information

#70362B (or 0x70362B) is unknown color: approx Mocha. HEX triplet: 70, 36 and 2B. RGB value is (112,54,43). Sum of RGB (Red+Green+Blue) = 112+54+43=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70362B is #8FC9D4. Grayscale: #464646. Windows color (decimal): -9423317 or 2831984. OLE color: 2831984.

HSL color Cylindrical-coordinate representation of color #70362B: hue angle of 9.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70362B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1125443-
CMYK00.520.620.56
HSL9.57º44.52%30.39%-
HSV(B)9.57º61.61%43.92%-
XYZ8.446.263.05-
YUV70.09112.72157.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=53.59%
G=25.84%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112544300.520.620.569.5744.5230.39
Hex70362B0343E38a2d1e
Octal16066530647670125536
Binary11100001101101010110110100111110111000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70362B; }

 p { color: rgb(112,54,43); }

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

<style>
 a { background-color: #70362B; }

 a { background-color: rgb(112,54,43); }

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

<style>
 span { border-color: #70362B; }

 span { border-color: rgb(112,54,43); }

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