Html Css Color HEX #703B2B Mocha

📋 copy color: '#703B2B'

red 112 ◦ green 59 ◦ blue 43

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

Shades of Mocha #703B2B

Tints of Mocha #703B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 52.34%
G = 27.57%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#703B2B (or 0x703B2B) is known color: Mocha. HEX triplet: 70, 3B and 2B. RGB value is (112,59,43). Sum of RGB (Red+Green+Blue) = 112+59+43=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B2B is #8FC4D4. Grayscale: #494949. Windows color (decimal): -9422037 or 2833264. OLE color: 2833264.

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

Color convert

RGB 112 59 43 -
CMYK 0 0.47 0.62 0.56
HSL 13.91º 0.45% 0.3% -
HSV(B) 13.91º 0.62% 0.44% -
XYZ 8.68 6.75 3.13 -
YUV 73.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 112 59 43 0 0.47 0.62 0.56 13.91 0.45 0.3
Hex 70 3B 2B 0 2F 3E 38 E 2D 1E
Octal 160 73 53 0 57 76 70 16 55 36
Binary 1110000 111011 101011 0 101111 111110 111000 1110 101101 11110

Color Harmonies of #703B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B2B

Black with #703B2B

Text Example


Text Example

White with #703B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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