#70372F

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

Shades of Mocha #70372F

Tints of Mocha #70372F

Color information

#70372F (or 0x70372F) is unknown color: approx Mocha. HEX triplet: 70, 37 and 2F. RGB value is (112,55,47). Sum of RGB (Red+Green+Blue) = 112+55+47=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70372F is #8FC8D0. Grayscale: #474747. Windows color (decimal): -9423057 or 3094384. OLE color: 3094384.

HSL color Cylindrical-coordinate representation of color #70372F: hue angle of 7.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70372F is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1125547-
CMYK00.510.580.56
HSL7.38º40.88%31.18%-
HSV(B)7.38º58.04%43.92%-
XYZ8.566.383.47-
YUV71.13114.38157.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=52.34%
G=25.70%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112554700.510.580.567.3840.8831.18
Hex70372F0333A387291f
Octal1606757063727075137
Binary1110000110111101111011001111101011100011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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