#70372A

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

Shades of Mocha #70372A

Tints of Mocha #70372A

Color information

#70372A (or 0x70372A) is unknown color: approx Mocha. HEX triplet: 70, 37 and 2A. RGB value is (112,55,42). Sum of RGB (Red+Green+Blue) = 112+55+42=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70372A is #8FC8D5. Grayscale: #464646. Windows color (decimal): -9423062 or 2766704. OLE color: 2766704.

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

Color convert

RGB1125542-
CMYK00.510.620.56
HSL11.14º45.45%30.2%-
HSV(B)11.14º62.5%43.92%-
XYZ8.476.342.97-
YUV70.56111.88157.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=53.59%
G=26.32%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112554200.510.620.5611.1445.4530.2
Hex70372A0333E38b2d1e
Octal16067520637670135536
Binary11100001101111010100110011111110111000101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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