Html Css Color HEX #703929 Mocha

📋 copy color: '#703929'

red 112 ◦ green 57 ◦ blue 41

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

Shades of Mocha #703929

Tints of Mocha #703929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.14%

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 53.33%
G = 27.14%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#703929 (or 0x703929) is known color: Mocha. HEX triplet: 70, 39 and 29. RGB value is (112,57,41). Sum of RGB (Red+Green+Blue) = 112+57+41=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #703929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703929 is #8FC6D6. Grayscale: #474747. Windows color (decimal): -9422551 or 2701680. OLE color: 2701680.

HSL color Cylindrical-coordinate representation of color #703929: hue angle of 13.52º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703929 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 41 -
CMYK 0 0.49 0.63 0.56
HSL 13.52º 0.46% 0.3% -
HSV(B) 13.52º 0.63% 0.44% -
XYZ 8.55 6.53 2.91 -
YUV 71.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 112 57 41 0 0.49 0.63 0.56 13.52 0.46 0.3
Hex 70 39 29 0 31 3F 38 E 2E 1E
Octal 160 71 51 0 61 77 70 16 56 36
Binary 1110000 111001 101001 0 110001 111111 111000 1110 101110 11110

Color Harmonies of #703929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703929

Black with #703929

Text Example


Text Example

White with #703929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703929; }

 p { color: rgb(112,57,41); }

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

background-color css

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

 a { background-color: rgb(112,57,41); }

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

border-color css

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

 span { border-color: rgb(112,57,41); }

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