#70362C

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

Shades of Mocha #70362C

Tints of Mocha #70362C

Color information

#70362C (or 0x70362C) is unknown color: approx Mocha. HEX triplet: 70, 36 and 2C. RGB value is (112,54,44). Sum of RGB (Red+Green+Blue) = 112+54+44=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70362C is #8FC9D3. Grayscale: #464646. Windows color (decimal): -9423316 or 2897520. OLE color: 2897520.

HSL color Cylindrical-coordinate representation of color #70362C: hue angle of 8.82º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70362C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1125444-
CMYK00.520.610.56
HSL8.82º43.59%30.59%-
HSV(B)8.82º60.71%43.92%-
XYZ8.466.263.15-
YUV70.2113.22157.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=53.33%
G=25.71%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112544400.520.610.568.8243.5930.59
Hex70362C0343D3892c1f
Octal16066540647570115437
Binary11100001101101011000110100111101111000100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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