Html Css Color HEX #704321 Semi-Sweet Chocolate
📋 copy color: '#704321'red 112 ◦ green 67 ◦ blue 33
Shades of Semi-Sweet Chocolate #704321
Tints of Semi-Sweet Chocolate #704321
RGB
CMYK
RGB Variations
Color information
#704321 (or 0x704321) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 43 and 21. RGB value is (112,67,33). Sum of RGB (Red+Green+Blue) = 112+67+33=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #704321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704321 is #8FBCDE. Grayscale: #4C4C4C. Windows color (decimal): -9419999 or 2179952. OLE color: 2179952.
HSL color Cylindrical-coordinate representation of color #704321: hue angle of 25.82º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #704321 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 33 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.56 |
| HSL | 25.82º | 0.54% | 0.28% | - |
| HSV(B) | 25.82º | 0.71% | 0.44% | - |
| XYZ | 8.96 | 7.57 | 2.43 | - |
| YUV | 76.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 33 | 0 | 0.40 | 0.71 | 0.56 | 25.82 | 0.54 | 0.28 |
| Hex | 70 | 43 | 21 | 0 | 28 | 47 | 38 | 1A | 36 | 1C |
| Octal | 160 | 103 | 41 | 0 | 50 | 107 | 70 | 32 | 66 | 34 |
| Binary | 1110000 | 1000011 | 100001 | 0 | 101000 | 1000111 | 111000 | 11010 | 110110 | 11100 |
Color Harmonies of #704321
Complementary color
Monochromatic Colors of #704321
Black with #704321
Text Example
Text Example
White with #704321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704321; }
p { color: rgb(112,67,33); }
H1.HeaderClassName
{
color: #704321;
}
.AnyTagClassName
{
color: #704321;
}
</style>
background-color css
<style>
a { background-color: #704321; }
a { background-color: rgb(112,67,33); }
div.DivClassName
{
background-color: #704321;
}
.BgClassName
{
background-color: #704321;
}
</style>
border-color css
<style>
span { border-color: #704321; }
span { border-color: rgb(112,67,33); }
td.TdClassName
{
border-color: #704321;
}
.TagClassName
{
border-color: #704321;
}
</style>