#704222

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

Shades of Semi-Sweet Chocolate #704222

Tints of Semi-Sweet Chocolate #704222

Color information

#704222 (or 0x704222) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 42 and 22. RGB value is (112,66,34). Sum of RGB (Red+Green+Blue) = 112+66+34=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #704222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704222 is #8FBDDD. Grayscale: #4C4C4C. Windows color (decimal): -9420254 or 2245232. OLE color: 2245232.

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

Color convert

RGB1126634-
CMYK00.410.700.56
HSL24.62º53.42%28.63%-
HSV(B)24.62º69.64%43.92%-
XYZ8.927.462.48-
YUV76.11104.24153.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 34 (13.67% from 255) = 16.04%
R=52.83%
G=31.13%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112663400.410.700.5624.6253.4228.63
Hex704222029463819351d
Octal1601024205110670316535
Binary11100001000010100010010100110001101110001100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704222; }

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

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

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

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

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

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

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

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