Html Css Color HEX #704423 Semi-Sweet Chocolate
📋 copy color: '#704423'red 112 ◦ green 68 ◦ blue 35
Shades of Semi-Sweet Chocolate #704423
Tints of Semi-Sweet Chocolate #704423
RGB
CMYK
RGB Variations
Color information
#704423 (or 0x704423) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 44 and 23. RGB value is (112,68,35). Sum of RGB (Red+Green+Blue) = 112+68+35=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #704423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704423 is #8FBBDC. Grayscale: #4D4D4D. Windows color (decimal): -9419741 or 2311280. OLE color: 2311280.
HSL color Cylindrical-coordinate representation of color #704423: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #704423 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 35 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.56 |
| HSL | 25.71º | 0.52% | 0.29% | - |
| HSV(B) | 25.71º | 0.69% | 0.44% | - |
| XYZ | 9.05 | 7.7 | 2.6 | - |
| YUV | 77.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 35 | 0 | 0.39 | 0.69 | 0.56 | 25.71 | 0.52 | 0.29 |
| Hex | 70 | 44 | 23 | 0 | 27 | 45 | 38 | 1A | 34 | 1D |
| Octal | 160 | 104 | 43 | 0 | 47 | 105 | 70 | 32 | 64 | 35 |
| Binary | 1110000 | 1000100 | 100011 | 0 | 100111 | 1000101 | 111000 | 11010 | 110100 | 11101 |
Color Harmonies of #704423
Complementary color
Monochromatic Colors of #704423
Black with #704423
Text Example
Text Example
White with #704423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704423; }
p { color: rgb(112,68,35); }
H1.HeaderClassName
{
color: #704423;
}
.AnyTagClassName
{
color: #704423;
}
</style>
background-color css
<style>
a { background-color: #704423; }
a { background-color: rgb(112,68,35); }
div.DivClassName
{
background-color: #704423;
}
.BgClassName
{
background-color: #704423;
}
</style>
border-color css
<style>
span { border-color: #704423; }
span { border-color: rgb(112,68,35); }
td.TdClassName
{
border-color: #704423;
}
.TagClassName
{
border-color: #704423;
}
</style>