Html Css Color HEX #704325 Semi-Sweet Chocolate
📋 copy color: '#704325'red 112 ◦ green 67 ◦ blue 37
Shades of Semi-Sweet Chocolate #704325
Tints of Semi-Sweet Chocolate #704325
RGB
CMYK
RGB Variations
Color information
#704325 (or 0x704325) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 43 and 25. RGB value is (112,67,37). Sum of RGB (Red+Green+Blue) = 112+67+37=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #704325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704325 is #8FBCDA. Grayscale: #4D4D4D. Windows color (decimal): -9419995 or 2442096. OLE color: 2442096.
HSL color Cylindrical-coordinate representation of color #704325: hue angle of 24º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #704325 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 37 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.56 |
| HSL | 24º | 0.5% | 0.29% | - |
| HSV(B) | 24º | 0.67% | 0.44% | - |
| XYZ | 9.02 | 7.59 | 2.74 | - |
| YUV | 77.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 37 | 0 | 0.40 | 0.67 | 0.56 | 24 | 0.5 | 0.29 |
| Hex | 70 | 43 | 25 | 0 | 28 | 43 | 38 | 18 | 32 | 1D |
| Octal | 160 | 103 | 45 | 0 | 50 | 103 | 70 | 30 | 62 | 35 |
| Binary | 1110000 | 1000011 | 100101 | 0 | 101000 | 1000011 | 111000 | 11000 | 110010 | 11101 |
Color Harmonies of #704325
Complementary color
Monochromatic Colors of #704325
Black with #704325
Text Example
Text Example
White with #704325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704325; }
p { color: rgb(112,67,37); }
H1.HeaderClassName
{
color: #704325;
}
.AnyTagClassName
{
color: #704325;
}
</style>
background-color css
<style>
a { background-color: #704325; }
a { background-color: rgb(112,67,37); }
div.DivClassName
{
background-color: #704325;
}
.BgClassName
{
background-color: #704325;
}
</style>
border-color css
<style>
span { border-color: #704325; }
span { border-color: rgb(112,67,37); }
td.TdClassName
{
border-color: #704325;
}
.TagClassName
{
border-color: #704325;
}
</style>