Html Css Color HEX #704323 Semi-Sweet Chocolate
📋 copy color: '#704323'red 112 ◦ green 67 ◦ blue 35
Shades of Semi-Sweet Chocolate #704323
Tints of Semi-Sweet Chocolate #704323
RGB
CMYK
RGB Variations
Color information
#704323 (or 0x704323) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 43 and 23. RGB value is (112,67,35). Sum of RGB (Red+Green+Blue) = 112+67+35=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #704323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704323 is #8FBCDC. Grayscale: #4C4C4C. Windows color (decimal): -9419997 or 2311024. OLE color: 2311024.
HSL color Cylindrical-coordinate representation of color #704323: hue angle of 24.94º 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 #704323 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 35 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.56 |
| HSL | 24.94º | 0.52% | 0.29% | - |
| HSV(B) | 24.94º | 0.69% | 0.44% | - |
| XYZ | 8.99 | 7.58 | 2.58 | - |
| YUV | 76.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 35 | 0 | 0.40 | 0.69 | 0.56 | 24.94 | 0.52 | 0.29 |
| Hex | 70 | 43 | 23 | 0 | 28 | 45 | 38 | 19 | 34 | 1D |
| Octal | 160 | 103 | 43 | 0 | 50 | 105 | 70 | 31 | 64 | 35 |
| Binary | 1110000 | 1000011 | 100011 | 0 | 101000 | 1000101 | 111000 | 11001 | 110100 | 11101 |
Color Harmonies of #704323
Complementary color
Monochromatic Colors of #704323
Black with #704323
Text Example
Text Example
White with #704323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704323; }
p { color: rgb(112,67,35); }
H1.HeaderClassName
{
color: #704323;
}
.AnyTagClassName
{
color: #704323;
}
</style>
background-color css
<style>
a { background-color: #704323; }
a { background-color: rgb(112,67,35); }
div.DivClassName
{
background-color: #704323;
}
.BgClassName
{
background-color: #704323;
}
</style>
border-color css
<style>
span { border-color: #704323; }
span { border-color: rgb(112,67,35); }
td.TdClassName
{
border-color: #704323;
}
.TagClassName
{
border-color: #704323;
}
</style>