#70362F

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

Shades of Mocha #70362F

Tints of Mocha #70362F

Color information

#70362F (or 0x70362F) is unknown color: approx Mocha. HEX triplet: 70, 36 and 2F. RGB value is (112,54,47). Sum of RGB (Red+Green+Blue) = 112+54+47=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70362F is #8FC9D0. Grayscale: #464646. Windows color (decimal): -9423313 or 3094128. OLE color: 3094128.

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

Color convert

RGB1125447-
CMYK00.520.580.56
HSL6.46º40.88%31.18%-
HSV(B)6.46º58.04%43.92%-
XYZ8.516.293.45-
YUV70.54114.72157.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=52.58%
G=25.35%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112544700.520.580.566.4640.8831.18
Hex70362F0343A386291f
Octal1606657064727065137
Binary1110000110110101111011010011101011100011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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