Html Css Color HEX #704625 Semi-Sweet Chocolate
📋 copy color: '#704625'red 112 ◦ green 70 ◦ blue 37
Shades of Semi-Sweet Chocolate #704625
Tints of Semi-Sweet Chocolate #704625
RGB
CMYK
RGB Variations
Color information
#704625 (or 0x704625) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 46 and 25. RGB value is (112,70,37). Sum of RGB (Red+Green+Blue) = 112+70+37=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704625 is #8FB9DA. Grayscale: #4E4E4E. Windows color (decimal): -9419227 or 2442864. OLE color: 2442864.
HSL color Cylindrical-coordinate representation of color #704625: hue angle of 26.4º 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 #704625 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 37 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.56 |
| HSL | 26.4º | 0.5% | 0.29% | - |
| HSV(B) | 26.4º | 0.67% | 0.44% | - |
| XYZ | 9.21 | 7.96 | 2.8 | - |
| YUV | 78.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 37 | 0 | 0.38 | 0.67 | 0.56 | 26.4 | 0.5 | 0.29 |
| Hex | 70 | 46 | 25 | 0 | 26 | 43 | 38 | 1A | 32 | 1D |
| Octal | 160 | 106 | 45 | 0 | 46 | 103 | 70 | 32 | 62 | 35 |
| Binary | 1110000 | 1000110 | 100101 | 0 | 100110 | 1000011 | 111000 | 11010 | 110010 | 11101 |
Color Harmonies of #704625
Complementary color
Monochromatic Colors of #704625
Black with #704625
Text Example
Text Example
White with #704625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704625; }
p { color: rgb(112,70,37); }
H1.HeaderClassName
{
color: #704625;
}
.AnyTagClassName
{
color: #704625;
}
</style>
background-color css
<style>
a { background-color: #704625; }
a { background-color: rgb(112,70,37); }
div.DivClassName
{
background-color: #704625;
}
.BgClassName
{
background-color: #704625;
}
</style>
border-color css
<style>
span { border-color: #704625; }
span { border-color: rgb(112,70,37); }
td.TdClassName
{
border-color: #704625;
}
.TagClassName
{
border-color: #704625;
}
</style>