#704425

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

Shades of Semi-Sweet Chocolate #704425

Tints of Semi-Sweet Chocolate #704425

Color information

#704425 (or 0x704425) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 44 and 25. RGB value is (112,68,37). Sum of RGB (Red+Green+Blue) = 112+68+37=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #704425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704425 is #8FBBDA. Grayscale: #4D4D4D. Windows color (decimal): -9419739 or 2442352. OLE color: 2442352.

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

Color convert

RGB1126837-
CMYK00.390.670.56
HSL24.8º50.34%29.22%-
HSV(B)24.8º66.96%43.92%-
XYZ9.087.712.76-
YUV77.62105.08152.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=51.61%
G=31.34%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112683700.390.670.5624.850.3429.22
Hex704425027433819321d
Octal1601044504710370316235
Binary11100001000100100101010011110000111110001100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704425; }

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

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

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

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

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

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

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

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