Html Css Color HEX #703832 Mocha

📋 copy color: '#703832'

red 112 ◦ green 56 ◦ blue 50

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

Shades of Mocha #703832

Tints of Mocha #703832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 51.38%
G = 25.69%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703832 (or 0x703832) is known color: Mocha. HEX triplet: 70, 38 and 32. RGB value is (112,56,50). Sum of RGB (Red+Green+Blue) = 112+56+50=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703832 is #8FC7CD. Grayscale: #484848. Windows color (decimal): -9422798 or 3291248. OLE color: 3291248.

HSL color Cylindrical-coordinate representation of color #703832: hue angle of 5.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703832 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 50 -
CMYK 0 0.50 0.55 0.56
HSL 5.81º 0.38% 0.32% -
HSV(B) 5.81º 0.55% 0.44% -
XYZ 8.67 6.5 3.82 -
YUV 72.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 112 56 50 0 0.50 0.55 0.56 5.81 0.38 0.32
Hex 70 38 32 0 32 37 38 6 26 20
Octal 160 70 62 0 62 67 70 6 46 40
Binary 1110000 111000 110010 0 110010 110111 111000 110 100110 100000

Color Harmonies of #703832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703832

Black with #703832

Text Example


Text Example

White with #703832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703832; }

 p { color: rgb(112,56,50); }

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

background-color css

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

 a { background-color: rgb(112,56,50); }

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

border-color css

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

 span { border-color: rgb(112,56,50); }

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