Html Css Color HEX #704427 Semi-Sweet Chocolate
📋 copy color: '#704427'red 112 ◦ green 68 ◦ blue 39
Shades of Semi-Sweet Chocolate #704427
Tints of Semi-Sweet Chocolate #704427
RGB
CMYK
RGB Variations
Color information
#704427 (or 0x704427) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 44 and 27. RGB value is (112,68,39). Sum of RGB (Red+Green+Blue) = 112+68+39=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704427 is #8FBBD8. Grayscale: #4E4E4E. Windows color (decimal): -9419737 or 2573424. OLE color: 2573424.
HSL color Cylindrical-coordinate representation of color #704427: hue angle of 23.84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704427 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 39 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.56 |
| HSL | 23.84º | 0.48% | 0.3% | - |
| HSV(B) | 23.84º | 0.65% | 0.44% | - |
| XYZ | 9.12 | 7.73 | 2.93 | - |
| YUV | 77.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 39 | 0 | 0.39 | 0.65 | 0.56 | 23.84 | 0.48 | 0.3 |
| Hex | 70 | 44 | 27 | 0 | 27 | 41 | 38 | 18 | 30 | 1E |
| Octal | 160 | 104 | 47 | 0 | 47 | 101 | 70 | 30 | 60 | 36 |
| Binary | 1110000 | 1000100 | 100111 | 0 | 100111 | 1000001 | 111000 | 11000 | 110000 | 11110 |
Color Harmonies of #704427
Complementary color
Monochromatic Colors of #704427
Black with #704427
Text Example
Text Example
White with #704427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704427; }
p { color: rgb(112,68,39); }
H1.HeaderClassName
{
color: #704427;
}
.AnyTagClassName
{
color: #704427;
}
</style>
background-color css
<style>
a { background-color: #704427; }
a { background-color: rgb(112,68,39); }
div.DivClassName
{
background-color: #704427;
}
.BgClassName
{
background-color: #704427;
}
</style>
border-color css
<style>
span { border-color: #704427; }
span { border-color: rgb(112,68,39); }
td.TdClassName
{
border-color: #704427;
}
.TagClassName
{
border-color: #704427;
}
</style>