#703730

Color #703730 Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #703730

Tints of Mocha #703730

Color information

#703730 (or 0x703730) is unknown color: approx Mocha. HEX triplet: 70, 37 and 30. RGB value is (112,55,48). Sum of RGB (Red+Green+Blue) = 112+55+48=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703730 is #8FC8CF. Grayscale: #474747. Windows color (decimal): -9423056 or 3159920. OLE color: 3159920.

HSL color Cylindrical-coordinate representation of color #703730: hue angle of 6.56º 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 #703730 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1125548-
CMYK00.510.570.56
HSL6.56º40%31.37%-
HSV(B)6.56º57.14%43.92%-
XYZ8.586.393.58-
YUV71.24114.88157.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=52.09%
G=25.58%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112554800.510.570.566.564031.37
Hex70373003339387281f
Octal1606760063717075037
Binary1110000110111110000011001111100111100011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703730; }

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

 H1.HeaderClassName
 {
   color: #703730;
 }
 .AnyTagClassName
 {
   color: #703730;
 }
</style>
background-color css

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

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

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

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

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

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