Html Css Color HEX #70352C Mocha

📋 copy color: '#70352C'

red 112 ◦ green 53 ◦ blue 44

#70352C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mocha #70352C

Tints of Mocha #70352C

RGB

 RED value IS 112 (44.14% from 255) = 53.59%

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 53.59%
G = 25.36%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70352C (or 0x70352C) is known color: Mocha. HEX triplet: 70, 35 and 2C. RGB value is (112,53,44). Sum of RGB (Red+Green+Blue) = 112+53+44=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70352C is #8FCAD3. Grayscale: #454545. Windows color (decimal): -9423572 or 2897264. OLE color: 2897264.

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

Color convert

RGB 112 53 44 -
CMYK 0 0.53 0.61 0.56
HSL 7.94º 0.44% 0.31% -
HSV(B) 7.94º 0.61% 0.44% -
XYZ 8.41 6.17 3.13 -
YUV 69.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 112 53 44 0 0.53 0.61 0.56 7.94 0.44 0.31
Hex 70 35 2C 0 35 3D 38 8 2C 1F
Octal 160 65 54 0 65 75 70 10 54 37
Binary 1110000 110101 101100 0 110101 111101 111000 1000 101100 11111

Color Harmonies of #70352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70352C

Black with #70352C

Text Example


Text Example

White with #70352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70352C;
 }
 .AnyTagClassName
 {
   color: #70352C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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