#704426

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

Shades of Semi-Sweet Chocolate #704426

Tints of Semi-Sweet Chocolate #704426

Color information

#704426 (or 0x704426) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 44 and 26. RGB value is (112,68,38). Sum of RGB (Red+Green+Blue) = 112+68+38=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704426 is #8FBBD9. Grayscale: #4D4D4D. Windows color (decimal): -9419738 or 2507888. OLE color: 2507888.

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

Color convert

RGB1126838-
CMYK00.390.660.56
HSL24.32º49.33%29.41%-
HSV(B)24.32º66.07%43.92%-
XYZ9.17.722.84-
YUV77.74105.58152.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=51.38%
G=31.19%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112683800.390.660.5624.3249.3329.41
Hex704426027423818311d
Octal1601044604710270306135
Binary11100001000100100110010011110000101110001100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704426; }

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

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

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

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

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

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

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

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