Html Css Color HEX #714727 Semi-Sweet Chocolate
📋 copy color: '#714727'red 113 ◦ green 71 ◦ blue 39
Shades of Semi-Sweet Chocolate #714727
Tints of Semi-Sweet Chocolate #714727
RGB
CMYK
RGB Variations
Color information
#714727 (or 0x714727) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 47 and 27. RGB value is (113,71,39). Sum of RGB (Red+Green+Blue) = 113+71+39=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #714727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714727 is #8EB8D8. Grayscale: #505050. Windows color (decimal): -9353433 or 2574193. OLE color: 2574193.
HSL color Cylindrical-coordinate representation of color #714727: hue angle of 25.95º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714727 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 39 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.56 |
| HSL | 25.95º | 0.49% | 0.3% | - |
| HSV(B) | 25.95º | 0.65% | 0.44% | - |
| XYZ | 9.43 | 8.16 | 3 | - |
| YUV | 79.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 39 | 0 | 0.37 | 0.65 | 0.56 | 25.95 | 0.49 | 0.3 |
| Hex | 71 | 47 | 27 | 0 | 25 | 41 | 38 | 1A | 31 | 1E |
| Octal | 161 | 107 | 47 | 0 | 45 | 101 | 70 | 32 | 61 | 36 |
| Binary | 1110001 | 1000111 | 100111 | 0 | 100101 | 1000001 | 111000 | 11010 | 110001 | 11110 |
Color Harmonies of #714727
Complementary color
Monochromatic Colors of #714727
Black with #714727
Text Example
Text Example
White with #714727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714727; }
p { color: rgb(113,71,39); }
H1.HeaderClassName
{
color: #714727;
}
.AnyTagClassName
{
color: #714727;
}
</style>
background-color css
<style>
a { background-color: #714727; }
a { background-color: rgb(113,71,39); }
div.DivClassName
{
background-color: #714727;
}
.BgClassName
{
background-color: #714727;
}
</style>
border-color css
<style>
span { border-color: #714727; }
span { border-color: rgb(113,71,39); }
td.TdClassName
{
border-color: #714727;
}
.TagClassName
{
border-color: #714727;
}
</style>