Html Css Color HEX #714223 Semi-Sweet Chocolate
📋 copy color: '#714223'red 113 ◦ green 66 ◦ blue 35
Shades of Semi-Sweet Chocolate #714223
Tints of Semi-Sweet Chocolate #714223
RGB
CMYK
RGB Variations
Color information
#714223 (or 0x714223) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 42 and 23. RGB value is (113,66,35). Sum of RGB (Red+Green+Blue) = 113+66+35=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #714223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714223 is #8EBDDC. Grayscale: #4C4C4C. Windows color (decimal): -9354717 or 2310769. OLE color: 2310769.
HSL color Cylindrical-coordinate representation of color #714223: hue angle of 23.85º degrees, saturation: 0.53, 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 #714223 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 35 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.56 |
| HSL | 23.85º | 0.53% | 0.29% | - |
| HSV(B) | 23.85º | 0.69% | 0.44% | - |
| XYZ | 9.06 | 7.53 | 2.57 | - |
| YUV | 76.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 35 | 0 | 0.42 | 0.69 | 0.56 | 23.85 | 0.53 | 0.29 |
| Hex | 71 | 42 | 23 | 0 | 2A | 45 | 38 | 18 | 35 | 1D |
| Octal | 161 | 102 | 43 | 0 | 52 | 105 | 70 | 30 | 65 | 35 |
| Binary | 1110001 | 1000010 | 100011 | 0 | 101010 | 1000101 | 111000 | 11000 | 110101 | 11101 |
Color Harmonies of #714223
Complementary color
Monochromatic Colors of #714223
Black with #714223
Text Example
Text Example
White with #714223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714223; }
p { color: rgb(113,66,35); }
H1.HeaderClassName
{
color: #714223;
}
.AnyTagClassName
{
color: #714223;
}
</style>
background-color css
<style>
a { background-color: #714223; }
a { background-color: rgb(113,66,35); }
div.DivClassName
{
background-color: #714223;
}
.BgClassName
{
background-color: #714223;
}
</style>
border-color css
<style>
span { border-color: #714223; }
span { border-color: rgb(113,66,35); }
td.TdClassName
{
border-color: #714223;
}
.TagClassName
{
border-color: #714223;
}
</style>