#704528

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

Shades of Semi-Sweet Chocolate #704528

Tints of Semi-Sweet Chocolate #704528

Color information

#704528 (or 0x704528) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 45 and 28. RGB value is (112,69,40). Sum of RGB (Red+Green+Blue) = 112+69+40=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704528 is #8FBAD7. Grayscale: #4E4E4E. Windows color (decimal): -9419480 or 2639216. OLE color: 2639216.

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

Color convert

RGB1126940-
CMYK00.380.640.56
HSL24.17º47.37%29.8%-
HSV(B)24.17º64.29%43.92%-
XYZ9.197.853.04-
YUV78.55106.25151.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=50.68%
G=31.22%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112694000.380.640.5624.1747.3729.8
Hex7045280264038182f1e
Octal1601055004610070305736
Binary11100001000101101000010011010000001110001100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704528; }

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

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

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

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

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

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

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

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