Html Css Color HEX #704322 Semi-Sweet Chocolate
📋 copy color: '#704322'red 112 ◦ green 67 ◦ blue 34
Shades of Semi-Sweet Chocolate #704322
Tints of Semi-Sweet Chocolate #704322
RGB
CMYK
RGB Variations
Color information
#704322 (or 0x704322) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 43 and 22. RGB value is (112,67,34). Sum of RGB (Red+Green+Blue) = 112+67+34=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704322 is #8FBCDD. Grayscale: #4C4C4C. Windows color (decimal): -9419998 or 2245488. OLE color: 2245488.
HSL color Cylindrical-coordinate representation of color #704322: hue angle of 25.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704322 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 34 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.56 |
| HSL | 25.38º | 0.53% | 0.29% | - |
| HSV(B) | 25.38º | 0.7% | 0.44% | - |
| XYZ | 8.98 | 7.57 | 2.5 | - |
| YUV | 76.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 34 | 0 | 0.40 | 0.70 | 0.56 | 25.38 | 0.53 | 0.29 |
| Hex | 70 | 43 | 22 | 0 | 28 | 46 | 38 | 19 | 35 | 1D |
| Octal | 160 | 103 | 42 | 0 | 50 | 106 | 70 | 31 | 65 | 35 |
| Binary | 1110000 | 1000011 | 100010 | 0 | 101000 | 1000110 | 111000 | 11001 | 110101 | 11101 |
Color Harmonies of #704322
Complementary color
Monochromatic Colors of #704322
Black with #704322
Text Example
Text Example
White with #704322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704322; }
p { color: rgb(112,67,34); }
H1.HeaderClassName
{
color: #704322;
}
.AnyTagClassName
{
color: #704322;
}
</style>
background-color css
<style>
a { background-color: #704322; }
a { background-color: rgb(112,67,34); }
div.DivClassName
{
background-color: #704322;
}
.BgClassName
{
background-color: #704322;
}
</style>
border-color css
<style>
span { border-color: #704322; }
span { border-color: rgb(112,67,34); }
td.TdClassName
{
border-color: #704322;
}
.TagClassName
{
border-color: #704322;
}
</style>