#70352A

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

Shades of Mocha #70352A

Tints of Mocha #70352A

Color information

#70352A (or 0x70352A) is unknown color: approx Mocha. HEX triplet: 70, 35 and 2A. RGB value is (112,53,42). Sum of RGB (Red+Green+Blue) = 112+53+42=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70352A is #8FCAD5. Grayscale: #454545. Windows color (decimal): -9423574 or 2766192. OLE color: 2766192.

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

Color convert

RGB1125342-
CMYK00.530.620.56
HSL9.43º45.45%30.2%-
HSV(B)9.43º62.5%43.92%-
XYZ8.376.162.94-
YUV69.39112.55158.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=54.11%
G=25.60%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112534200.530.620.569.4345.4530.2
Hex70352A0353E3892d1e
Octal16065520657670115536
Binary11100001101011010100110101111110111000100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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