#704423

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

Shades of Semi-Sweet Chocolate #704423

Tints of Semi-Sweet Chocolate #704423

Color information

#704423 (or 0x704423) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 44 and 23. RGB value is (112,68,35). Sum of RGB (Red+Green+Blue) = 112+68+35=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #704423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704423 is #8FBBDC. Grayscale: #4D4D4D. Windows color (decimal): -9419741 or 2311280. OLE color: 2311280.

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

Color convert

RGB1126835-
CMYK00.390.690.56
HSL25.71º52.38%28.82%-
HSV(B)25.71º68.75%43.92%-
XYZ9.057.72.6-
YUV77.39104.08152.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=52.09%
G=31.63%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112683500.390.690.5625.7152.3828.82
Hex70442302745381a341d
Octal1601044304710570326435
Binary11100001000100100011010011110001011110001101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704423; }

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

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

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

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

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

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

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

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