#70342A

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

Shades of Mocha #70342A

Tints of Mocha #70342A

Color information

#70342A (or 0x70342A) is unknown color: approx Mocha. HEX triplet: 70, 34 and 2A. RGB value is (112,52,42). Sum of RGB (Red+Green+Blue) = 112+52+42=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70342A is #8FCBD5. Grayscale: #444444. Windows color (decimal): -9423830 or 2765936. OLE color: 2765936.

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

Color convert

RGB1125242-
CMYK00.540.620.56
HSL8.57º45.45%30.2%-
HSV(B)8.57º62.5%43.92%-
XYZ8.336.072.92-
YUV68.8112.88158.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=54.37%
G=25.24%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112524200.540.620.568.5745.4530.2
Hex70342A0363E3892d1e
Octal16064520667670115536
Binary11100001101001010100110110111110111000100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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