Html Css Color HEX #714322 Semi-Sweet Chocolate
📋 copy color: '#714322'red 113 ◦ green 67 ◦ blue 34
Shades of Semi-Sweet Chocolate #714322
Tints of Semi-Sweet Chocolate #714322
RGB
CMYK
RGB Variations
Color information
#714322 (or 0x714322) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 43 and 22. RGB value is (113,67,34). Sum of RGB (Red+Green+Blue) = 113+67+34=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #714322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714322 is #8EBCDD. Grayscale: #4D4D4D. Windows color (decimal): -9354462 or 2245489. OLE color: 2245489.
HSL color Cylindrical-coordinate representation of color #714322: hue angle of 25.06º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #714322 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 34 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.56 |
| HSL | 25.06º | 0.54% | 0.29% | - |
| HSV(B) | 25.06º | 0.7% | 0.44% | - |
| XYZ | 9.11 | 7.64 | 2.51 | - |
| YUV | 76.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 34 | 0 | 0.41 | 0.70 | 0.56 | 25.06 | 0.54 | 0.29 |
| Hex | 71 | 43 | 22 | 0 | 29 | 46 | 38 | 19 | 36 | 1D |
| Octal | 161 | 103 | 42 | 0 | 51 | 106 | 70 | 31 | 66 | 35 |
| Binary | 1110001 | 1000011 | 100010 | 0 | 101001 | 1000110 | 111000 | 11001 | 110110 | 11101 |
Color Harmonies of #714322
Complementary color
Monochromatic Colors of #714322
Black with #714322
Text Example
Text Example
White with #714322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714322; }
p { color: rgb(113,67,34); }
H1.HeaderClassName
{
color: #714322;
}
.AnyTagClassName
{
color: #714322;
}
</style>
background-color css
<style>
a { background-color: #714322; }
a { background-color: rgb(113,67,34); }
div.DivClassName
{
background-color: #714322;
}
.BgClassName
{
background-color: #714322;
}
</style>
border-color css
<style>
span { border-color: #714322; }
span { border-color: rgb(113,67,34); }
td.TdClassName
{
border-color: #714322;
}
.TagClassName
{
border-color: #714322;
}
</style>