#704424

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

Shades of Semi-Sweet Chocolate #704424

Tints of Semi-Sweet Chocolate #704424

Color information

#704424 (or 0x704424) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 44 and 24. RGB value is (112,68,36). Sum of RGB (Red+Green+Blue) = 112+68+36=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #704424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704424 is #8FBBDB. Grayscale: #4D4D4D. Windows color (decimal): -9419740 or 2376816. OLE color: 2376816.

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

Color convert

RGB1126836-
CMYK00.390.680.56
HSL25.26º51.35%29.02%-
HSV(B)25.26º67.86%43.92%-
XYZ9.077.712.68-
YUV77.51104.58152.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=51.85%
G=31.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112683600.390.680.5625.2651.3529.02
Hex704424027443819331d
Octal1601044404710470316335
Binary11100001000100100100010011110001001110001100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704424; }

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

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

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

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

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

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

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

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