#704624

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

Shades of Semi-Sweet Chocolate #704624

Tints of Semi-Sweet Chocolate #704624

Color information

#704624 (or 0x704624) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 46 and 24. RGB value is (112,70,36). Sum of RGB (Red+Green+Blue) = 112+70+36=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704624 is #8FB9DB. Grayscale: #4E4E4E. Windows color (decimal): -9419228 or 2377328. OLE color: 2377328.

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

Color convert

RGB1127036-
CMYK00.380.680.56
HSL26.84º51.35%29.02%-
HSV(B)26.84º67.86%43.92%-
XYZ9.197.952.72-
YUV78.68103.91151.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=51.38%
G=32.11%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112703600.380.680.5626.8451.3529.02
Hex70462402644381b331d
Octal1601064404610470336335
Binary11100001000110100100010011010001001110001101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704624; }

 p { color: rgb(112,70,36); }

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

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

 a { background-color: rgb(112,70,36); }

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

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

 span { border-color: rgb(112,70,36); }

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