#70362A

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

Shades of Mocha #70362A

Tints of Mocha #70362A

Color information

#70362A (or 0x70362A) is unknown color: approx Mocha. HEX triplet: 70, 36 and 2A. RGB value is (112,54,42). Sum of RGB (Red+Green+Blue) = 112+54+42=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70362A is #8FC9D5. Grayscale: #464646. Windows color (decimal): -9423318 or 2766448. OLE color: 2766448.

HSL color Cylindrical-coordinate representation of color #70362A: hue angle of 10.29º 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 #70362A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1125442-
CMYK00.520.620.56
HSL10.29º45.45%30.2%-
HSV(B)10.29º62.5%43.92%-
XYZ8.426.252.95-
YUV69.97112.22157.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=53.85%
G=25.96%
B=20.19%

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
Decimal112544200.520.620.5610.2945.4530.2
Hex70362A0343E38a2d1e
Octal16066520647670125536
Binary11100001101101010100110100111110111000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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