#704323

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

Shades of Semi-Sweet Chocolate #704323

Tints of Semi-Sweet Chocolate #704323

Color information

#704323 (or 0x704323) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 43 and 23. RGB value is (112,67,35). Sum of RGB (Red+Green+Blue) = 112+67+35=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #704323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704323 is #8FBCDC. Grayscale: #4C4C4C. Windows color (decimal): -9419997 or 2311024. OLE color: 2311024.

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

Color convert

RGB1126735-
CMYK00.400.690.56
HSL24.94º52.38%28.82%-
HSV(B)24.94º68.75%43.92%-
XYZ8.997.582.58-
YUV76.81104.41153.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=52.34%
G=31.31%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112673500.400.690.5624.9452.3828.82
Hex704323028453819341d
Octal1601034305010570316435
Binary11100001000011100011010100010001011110001100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704323; }

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

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

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

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

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

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

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

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