Html Css Color HEX #703B2C Mocha

📋 copy color: '#703B2C'

red 112 ◦ green 59 ◦ blue 44

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

Shades of Mocha #703B2C

Tints of Mocha #703B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.44%

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

R = 52.09%
G = 27.44%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#703B2C (or 0x703B2C) is known color: Mocha. HEX triplet: 70, 3B and 2C. RGB value is (112,59,44). Sum of RGB (Red+Green+Blue) = 112+59+44=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B2C is #8FC4D3. Grayscale: #494949. Windows color (decimal): -9422036 or 2898800. OLE color: 2898800.

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

Color convert

RGB 112 59 44 -
CMYK 0 0.47 0.61 0.56
HSL 13.24º 0.44% 0.31% -
HSV(B) 13.24º 0.61% 0.44% -
XYZ 8.7 6.75 3.23 -
YUV 73.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 112 59 44 0 0.47 0.61 0.56 13.24 0.44 0.31
Hex 70 3B 2C 0 2F 3D 38 D 2C 1F
Octal 160 73 54 0 57 75 70 15 54 37
Binary 1110000 111011 101100 0 101111 111101 111000 1101 101100 11111

Color Harmonies of #703B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B2C

Black with #703B2C

Text Example


Text Example

White with #703B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703B2C; }

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

 H1.HeaderClassName
 {
   color: #703B2C;
 }
 .AnyTagClassName
 {
   color: #703B2C;
 }
</style>

background-color css

<style>
 a { background-color: #703B2C; }

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

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

border-color css

<style>
 span { border-color: #703B2C; }

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

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