#704223

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

Shades of Semi-Sweet Chocolate #704223

Tints of Semi-Sweet Chocolate #704223

Color information

#704223 (or 0x704223) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 42 and 23. RGB value is (112,66,35). Sum of RGB (Red+Green+Blue) = 112+66+35=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704223 is #8FBDDC. Grayscale: #4C4C4C. Windows color (decimal): -9420253 or 2310768. OLE color: 2310768.

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

Color convert

RGB1126635-
CMYK00.410.690.56
HSL24.16º52.38%28.82%-
HSV(B)24.16º68.75%43.92%-
XYZ8.937.462.56-
YUV76.22104.74153.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=52.58%
G=30.99%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112663500.410.690.5624.1652.3828.82
Hex704223029453818341d
Octal1601024305110570306435
Binary11100001000010100011010100110001011110001100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704223; }

 p { color: rgb(112,66,35); }

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

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

 a { background-color: rgb(112,66,35); }

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

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

 span { border-color: rgb(112,66,35); }

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