Html Css Color HEX #704324 Semi-Sweet Chocolate
📋 copy color: '#704324'red 112 ◦ green 67 ◦ blue 36
Shades of Semi-Sweet Chocolate #704324
Tints of Semi-Sweet Chocolate #704324
RGB
CMYK
RGB Variations
Color information
#704324 (or 0x704324) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 43 and 24. RGB value is (112,67,36). Sum of RGB (Red+Green+Blue) = 112+67+36=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #704324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704324 is #8FBCDB. Grayscale: #4D4D4D. Windows color (decimal): -9419996 or 2376560. OLE color: 2376560.
HSL color Cylindrical-coordinate representation of color #704324: hue angle of 24.47º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704324 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 36 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.56 |
| HSL | 24.47º | 0.51% | 0.29% | - |
| HSV(B) | 24.47º | 0.68% | 0.44% | - |
| XYZ | 9.01 | 7.59 | 2.66 | - |
| YUV | 76.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 36 | 0 | 0.40 | 0.68 | 0.56 | 24.47 | 0.51 | 0.29 |
| Hex | 70 | 43 | 24 | 0 | 28 | 44 | 38 | 18 | 33 | 1D |
| Octal | 160 | 103 | 44 | 0 | 50 | 104 | 70 | 30 | 63 | 35 |
| Binary | 1110000 | 1000011 | 100100 | 0 | 101000 | 1000100 | 111000 | 11000 | 110011 | 11101 |
Color Harmonies of #704324
Complementary color
Monochromatic Colors of #704324
Black with #704324
Text Example
Text Example
White with #704324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704324; }
p { color: rgb(112,67,36); }
H1.HeaderClassName
{
color: #704324;
}
.AnyTagClassName
{
color: #704324;
}
</style>
background-color css
<style>
a { background-color: #704324; }
a { background-color: rgb(112,67,36); }
div.DivClassName
{
background-color: #704324;
}
.BgClassName
{
background-color: #704324;
}
</style>
border-color css
<style>
span { border-color: #704324; }
span { border-color: rgb(112,67,36); }
td.TdClassName
{
border-color: #704324;
}
.TagClassName
{
border-color: #704324;
}
</style>