Html Css Color HEX #714829 Semi-Sweet Chocolate
📋 copy color: '#714829'red 113 ◦ green 72 ◦ blue 41
Shades of Semi-Sweet Chocolate #714829
Tints of Semi-Sweet Chocolate #714829
RGB
CMYK
RGB Variations
Color information
#714829 (or 0x714829) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 48 and 29. RGB value is (113,72,41). Sum of RGB (Red+Green+Blue) = 113+72+41=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #714829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714829 is #8EB7D6. Grayscale: #505050. Windows color (decimal): -9353175 or 2705521. OLE color: 2705521.
HSL color Cylindrical-coordinate representation of color #714829: hue angle of 25.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714829 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 72 | 41 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.56 |
| HSL | 25.83º | 0.47% | 0.3% | - |
| HSV(B) | 25.83º | 0.64% | 0.44% | - |
| XYZ | 9.53 | 8.31 | 3.2 | - |
| YUV | 80.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 41 | 0 | 0.36 | 0.64 | 0.56 | 25.83 | 0.47 | 0.3 |
| Hex | 71 | 48 | 29 | 0 | 24 | 40 | 38 | 1A | 2F | 1E |
| Octal | 161 | 110 | 51 | 0 | 44 | 100 | 70 | 32 | 57 | 36 |
| Binary | 1110001 | 1001000 | 101001 | 0 | 100100 | 1000000 | 111000 | 11010 | 101111 | 11110 |
Color Harmonies of #714829
Complementary color
Monochromatic Colors of #714829
Black with #714829
Text Example
Text Example
White with #714829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714829; }
p { color: rgb(113,72,41); }
H1.HeaderClassName
{
color: #714829;
}
.AnyTagClassName
{
color: #714829;
}
</style>
background-color css
<style>
a { background-color: #714829; }
a { background-color: rgb(113,72,41); }
div.DivClassName
{
background-color: #714829;
}
.BgClassName
{
background-color: #714829;
}
</style>
border-color css
<style>
span { border-color: #714829; }
span { border-color: rgb(113,72,41); }
td.TdClassName
{
border-color: #714829;
}
.TagClassName
{
border-color: #714829;
}
</style>