Html Css Color HEX #714528 Semi-Sweet Chocolate
📋 copy color: '#714528'red 113 ◦ green 69 ◦ blue 40
Shades of Semi-Sweet Chocolate #714528
Tints of Semi-Sweet Chocolate #714528
RGB
CMYK
RGB Variations
Color information
#714528 (or 0x714528) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 45 and 28. RGB value is (113,69,40). Sum of RGB (Red+Green+Blue) = 113+69+40=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #714528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714528 is #8EBAD7. Grayscale: #4F4F4F. Windows color (decimal): -9353944 or 2639217. OLE color: 2639217.
HSL color Cylindrical-coordinate representation of color #714528: hue angle of 23.84º degrees, saturation: 0.48, 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 #714528 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 40 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.56 |
| HSL | 23.84º | 0.48% | 0.3% | - |
| HSV(B) | 23.84º | 0.65% | 0.44% | - |
| XYZ | 9.32 | 7.92 | 3.04 | - |
| YUV | 78.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 40 | 0 | 0.39 | 0.65 | 0.56 | 23.84 | 0.48 | 0.3 |
| Hex | 71 | 45 | 28 | 0 | 27 | 41 | 38 | 18 | 30 | 1E |
| Octal | 161 | 105 | 50 | 0 | 47 | 101 | 70 | 30 | 60 | 36 |
| Binary | 1110001 | 1000101 | 101000 | 0 | 100111 | 1000001 | 111000 | 11000 | 110000 | 11110 |
Color Harmonies of #714528
Complementary color
Monochromatic Colors of #714528
Black with #714528
Text Example
Text Example
White with #714528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714528; }
p { color: rgb(113,69,40); }
H1.HeaderClassName
{
color: #714528;
}
.AnyTagClassName
{
color: #714528;
}
</style>
background-color css
<style>
a { background-color: #714528; }
a { background-color: rgb(113,69,40); }
div.DivClassName
{
background-color: #714528;
}
.BgClassName
{
background-color: #714528;
}
</style>
border-color css
<style>
span { border-color: #714528; }
span { border-color: rgb(113,69,40); }
td.TdClassName
{
border-color: #714528;
}
.TagClassName
{
border-color: #714528;
}
</style>