Html Css Color HEX #714324 Semi-Sweet Chocolate
📋 copy color: '#714324'red 113 ◦ green 67 ◦ blue 36
Shades of Semi-Sweet Chocolate #714324
Tints of Semi-Sweet Chocolate #714324
RGB
CMYK
RGB Variations
Color information
#714324 (or 0x714324) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 43 and 24. RGB value is (113,67,36). Sum of RGB (Red+Green+Blue) = 113+67+36=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #714324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714324 is #8EBCDB. Grayscale: #4D4D4D. Windows color (decimal): -9354460 or 2376561. OLE color: 2376561.
HSL color Cylindrical-coordinate representation of color #714324: hue angle of 24.16º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714324 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 36 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.56 |
| HSL | 24.16º | 0.52% | 0.29% | - |
| HSV(B) | 24.16º | 0.68% | 0.44% | - |
| XYZ | 9.14 | 7.65 | 2.66 | - |
| YUV | 77.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 36 | 0 | 0.41 | 0.68 | 0.56 | 24.16 | 0.52 | 0.29 |
| Hex | 71 | 43 | 24 | 0 | 29 | 44 | 38 | 18 | 34 | 1D |
| Octal | 161 | 103 | 44 | 0 | 51 | 104 | 70 | 30 | 64 | 35 |
| Binary | 1110001 | 1000011 | 100100 | 0 | 101001 | 1000100 | 111000 | 11000 | 110100 | 11101 |
Color Harmonies of #714324
Complementary color
Monochromatic Colors of #714324
Black with #714324
Text Example
Text Example
White with #714324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714324; }
p { color: rgb(113,67,36); }
H1.HeaderClassName
{
color: #714324;
}
.AnyTagClassName
{
color: #714324;
}
</style>
background-color css
<style>
a { background-color: #714324; }
a { background-color: rgb(113,67,36); }
div.DivClassName
{
background-color: #714324;
}
.BgClassName
{
background-color: #714324;
}
</style>
border-color css
<style>
span { border-color: #714324; }
span { border-color: rgb(113,67,36); }
td.TdClassName
{
border-color: #714324;
}
.TagClassName
{
border-color: #714324;
}
</style>