#704322

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

Shades of Semi-Sweet Chocolate #704322

Tints of Semi-Sweet Chocolate #704322

Color information

#704322 (or 0x704322) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 43 and 22. RGB value is (112,67,34). Sum of RGB (Red+Green+Blue) = 112+67+34=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704322 is #8FBCDD. Grayscale: #4C4C4C. Windows color (decimal): -9419998 or 2245488. OLE color: 2245488.

HSL color Cylindrical-coordinate representation of color #704322: hue angle of 25.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704322 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1126734-
CMYK00.400.700.56
HSL25.38º53.42%28.63%-
HSV(B)25.38º69.64%43.92%-
XYZ8.987.572.5-
YUV76.69103.91153.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=52.58%
G=31.46%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112673400.400.700.5625.3853.4228.63
Hex704322028463819351d
Octal1601034205010670316535
Binary11100001000011100010010100010001101110001100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704322; }

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

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

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

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

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

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

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

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