#704728

Color #704728 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #704728

Tints of Semi-Sweet Chocolate #704728

Color information

#704728 (or 0x704728) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 47 and 28. RGB value is (112,71,40). Sum of RGB (Red+Green+Blue) = 112+71+40=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #704728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704728 is #8FB8D7. Grayscale: #4F4F4F. Windows color (decimal): -9418968 or 2639728. OLE color: 2639728.

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

Color convert

RGB1127140-
CMYK00.370.640.56
HSL25.83º47.37%29.8%-
HSV(B)25.83º64.29%43.92%-
XYZ9.328.13.08-
YUV79.72105.58151.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=50.22%
G=31.84%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112714000.370.640.5625.8347.3729.8
Hex70472802540381a2f1e
Octal1601075004510070325736
Binary11100001000111101000010010110000001110001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704728; }

 p { color: rgb(112,71,40); }

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

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

 a { background-color: rgb(112,71,40); }

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

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

 span { border-color: rgb(112,71,40); }

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