#704428

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

Shades of Semi-Sweet Chocolate #704428

Tints of Semi-Sweet Chocolate #704428

Color information

#704428 (or 0x704428) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 44 and 28. RGB value is (112,68,40). Sum of RGB (Red+Green+Blue) = 112+68+40=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #704428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704428 is #8FBBD7. Grayscale: #4E4E4E. Windows color (decimal): -9419736 or 2638960. OLE color: 2638960.

HSL color Cylindrical-coordinate representation of color #704428: hue angle of 23.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704428 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1126840-
CMYK00.390.640.56
HSL23.33º47.37%29.8%-
HSV(B)23.33º64.29%43.92%-
XYZ9.137.733.02-
YUV77.96106.58152.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=50.91%
G=30.91%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112684000.390.640.5623.3347.3729.8
Hex7044280274038172f1e
Octal1601045004710070275736
Binary11100001000100101000010011110000001110001011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704428; }

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

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

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

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

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

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

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

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