Html Css Color HEX #704728 Semi-Sweet Chocolate
📋 copy color: '#704728'red 112 ◦ green 71 ◦ blue 40
Shades of Semi-Sweet Chocolate #704728
Tints of Semi-Sweet Chocolate #704728
RGB
CMYK
RGB Variations
Color information
#704728 (or 0x704728) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 47 and 28. RGB value is (112,71,40). Sum of RGB (Red+Green+Blue) = 112+71+40=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #704728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704728 is #8FB8D7. Grayscale: #4F4F4F. Windows color (decimal): -9418968 or 2639728. OLE color: 2639728.
HSL color Cylindrical-coordinate representation of color #704728: hue angle of 25.83º 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 #704728 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 40 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.56 |
| HSL | 25.83º | 0.47% | 0.3% | - |
| HSV(B) | 25.83º | 0.64% | 0.44% | - |
| XYZ | 9.32 | 8.1 | 3.08 | - |
| YUV | 79.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 40 | 0 | 0.37 | 0.64 | 0.56 | 25.83 | 0.47 | 0.3 |
| Hex | 70 | 47 | 28 | 0 | 25 | 40 | 38 | 1A | 2F | 1E |
| Octal | 160 | 107 | 50 | 0 | 45 | 100 | 70 | 32 | 57 | 36 |
| Binary | 1110000 | 1000111 | 101000 | 0 | 100101 | 1000000 | 111000 | 11010 | 101111 | 11110 |
Color Harmonies of #704728
Complementary color
Monochromatic Colors of #704728
Black with #704728
Text Example
Text Example
White with #704728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704728; }
p { color: rgb(112,71,40); }
H1.HeaderClassName
{
color: #704728;
}
.AnyTagClassName
{
color: #704728;
}
</style>
background-color css
<style>
a { background-color: #704728; }
a { background-color: rgb(112,71,40); }
div.DivClassName
{
background-color: #704728;
}
.BgClassName
{
background-color: #704728;
}
</style>
border-color css
<style>
span { border-color: #704728; }
span { border-color: rgb(112,71,40); }
td.TdClassName
{
border-color: #704728;
}
.TagClassName
{
border-color: #704728;
}
</style>