Html Css Color HEX #704123 Semi-Sweet Chocolate
📋 copy color: '#704123'red 112 ◦ green 65 ◦ blue 35
Shades of Semi-Sweet Chocolate #704123
Tints of Semi-Sweet Chocolate #704123
RGB
CMYK
RGB Variations
Color information
#704123 (or 0x704123) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 41 and 23. RGB value is (112,65,35). Sum of RGB (Red+Green+Blue) = 112+65+35=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #704123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704123 is #8FBEDC. Grayscale: #4B4B4B. Windows color (decimal): -9420509 or 2310512. OLE color: 2310512.
HSL color Cylindrical-coordinate representation of color #704123: hue angle of 23.38º 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 #704123 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 35 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.56 |
| HSL | 23.38º | 0.52% | 0.29% | - |
| HSV(B) | 23.38º | 0.69% | 0.44% | - |
| XYZ | 8.88 | 7.35 | 2.54 | - |
| YUV | 75.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 35 | 0 | 0.42 | 0.69 | 0.56 | 23.38 | 0.52 | 0.29 |
| Hex | 70 | 41 | 23 | 0 | 2A | 45 | 38 | 17 | 34 | 1D |
| Octal | 160 | 101 | 43 | 0 | 52 | 105 | 70 | 27 | 64 | 35 |
| Binary | 1110000 | 1000001 | 100011 | 0 | 101010 | 1000101 | 111000 | 10111 | 110100 | 11101 |
Color Harmonies of #704123
Complementary color
Monochromatic Colors of #704123
Black with #704123
Text Example
Text Example
White with #704123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704123; }
p { color: rgb(112,65,35); }
H1.HeaderClassName
{
color: #704123;
}
.AnyTagClassName
{
color: #704123;
}
</style>
background-color css
<style>
a { background-color: #704123; }
a { background-color: rgb(112,65,35); }
div.DivClassName
{
background-color: #704123;
}
.BgClassName
{
background-color: #704123;
}
</style>
border-color css
<style>
span { border-color: #704123; }
span { border-color: rgb(112,65,35); }
td.TdClassName
{
border-color: #704123;
}
.TagClassName
{
border-color: #704123;
}
</style>