#704325

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

Shades of Semi-Sweet Chocolate #704325

Tints of Semi-Sweet Chocolate #704325

Color information

#704325 (or 0x704325) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 43 and 25. RGB value is (112,67,37). Sum of RGB (Red+Green+Blue) = 112+67+37=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #704325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704325 is #8FBCDA. Grayscale: #4D4D4D. Windows color (decimal): -9419995 or 2442096. OLE color: 2442096.

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

Color convert

RGB1126737-
CMYK00.400.670.56
HSL24º50.34%29.22%-
HSV(B)24º66.96%43.92%-
XYZ9.027.592.74-
YUV77.04105.41152.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=51.85%
G=31.02%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112673700.400.670.562450.3429.22
Hex704325028433818321d
Octal1601034505010370306235
Binary11100001000011100101010100010000111110001100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704325; }

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

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

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

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

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

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

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

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