#704328

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

Shades of Semi-Sweet Chocolate #704328

Tints of Semi-Sweet Chocolate #704328

Color information

#704328 (or 0x704328) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 43 and 28. RGB value is (112,67,40). Sum of RGB (Red+Green+Blue) = 112+67+40=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704328 is #8FBCD7. Grayscale: #4D4D4D. Windows color (decimal): -9419992 or 2638704. OLE color: 2638704.

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

Color convert

RGB1126740-
CMYK00.400.640.56
HSL22.5º47.37%29.8%-
HSV(B)22.5º64.29%43.92%-
XYZ9.077.613-
YUV77.38106.91152.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=51.14%
G=30.59%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112674000.400.640.5622.547.3729.8
Hex7043280284038172f1e
Octal1601035005010070275736
Binary11100001000011101000010100010000001110001011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704328; }

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

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

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

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

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

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

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

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