Html Css Color HEX #703830 Mocha

📋 copy color: '#703830'

red 112 ◦ green 56 ◦ blue 48

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

Shades of Mocha #703830

Tints of Mocha #703830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 51.85%
G = 25.93%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#703830 (or 0x703830) is known color: Mocha. HEX triplet: 70, 38 and 30. RGB value is (112,56,48). Sum of RGB (Red+Green+Blue) = 112+56+48=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703830 is #8FC7CF. Grayscale: #474747. Windows color (decimal): -9422800 or 3160176. OLE color: 3160176.

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

Color convert

RGB 112 56 48 -
CMYK 0 0.50 0.57 0.56
HSL 7.5º 0.4% 0.31% -
HSV(B) 7.5º 0.57% 0.44% -
XYZ 8.63 6.49 3.59 -
YUV 71.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 112 56 48 0 0.50 0.57 0.56 7.5 0.4 0.31
Hex 70 38 30 0 32 39 38 8 28 1F
Octal 160 70 60 0 62 71 70 10 50 37
Binary 1110000 111000 110000 0 110010 111001 111000 1000 101000 11111

Color Harmonies of #703830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703830

Black with #703830

Text Example


Text Example

White with #703830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703830; }

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

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

background-color css

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

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

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

border-color css

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

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

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