#704126

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

Shades of Semi-Sweet Chocolate #704126

Tints of Semi-Sweet Chocolate #704126

Color information

#704126 (or 0x704126) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 41 and 26. RGB value is (112,65,38). Sum of RGB (Red+Green+Blue) = 112+65+38=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #704126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704126 is #8FBED9. Grayscale: #4C4C4C. Windows color (decimal): -9420506 or 2507120. OLE color: 2507120.

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

Color convert

RGB1126538-
CMYK00.420.660.56
HSL21.89º49.33%29.41%-
HSV(B)21.89º66.07%43.92%-
XYZ8.927.372.79-
YUV75.97106.57153.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=52.09%
G=30.23%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112653800.420.660.5621.8949.3329.41
Hex70412602A423816311d
Octal1601014605210270266135
Binary11100001000001100110010101010000101110001011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704126; }

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

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

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

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

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

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

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

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