Html Css Color HEX #704425 Semi-Sweet Chocolate
📋 copy color: '#704425'red 112 ◦ green 68 ◦ blue 37
Shades of Semi-Sweet Chocolate #704425
Tints of Semi-Sweet Chocolate #704425
RGB
CMYK
RGB Variations
Color information
#704425 (or 0x704425) is known color: 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
| RGB | 112 | 68 | 37 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.56 |
| HSL | 24.8º | 0.5% | 0.29% | - |
| HSV(B) | 24.8º | 0.67% | 0.44% | - |
| XYZ | 9.08 | 7.71 | 2.76 | - |
| YUV | 77.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 37 | 0 | 0.39 | 0.67 | 0.56 | 24.8 | 0.5 | 0.29 |
| Hex | 70 | 44 | 25 | 0 | 27 | 43 | 38 | 19 | 32 | 1D |
| Octal | 160 | 104 | 45 | 0 | 47 | 103 | 70 | 31 | 62 | 35 |
| Binary | 1110000 | 1000100 | 100101 | 0 | 100111 | 1000011 | 111000 | 11001 | 110010 | 11101 |
Color Harmonies of #704425
Complementary color
Monochromatic Colors of #704425
Black with #704425
Text Example
Text Example
White with #704425
Text Example
Text Example
HTML Codes & Css Web 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>