Html Css Color HEX #714426 Semi-Sweet Chocolate
📋 copy color: '#714426'red 113 ◦ green 68 ◦ blue 38
Shades of Semi-Sweet Chocolate #714426
Tints of Semi-Sweet Chocolate #714426
RGB
CMYK
RGB Variations
Color information
#714426 (or 0x714426) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 44 and 26. RGB value is (113,68,38). Sum of RGB (Red+Green+Blue) = 113+68+38=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #714426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714426 is #8EBBD9. Grayscale: #4E4E4E. Windows color (decimal): -9354202 or 2507889. OLE color: 2507889.
HSL color Cylindrical-coordinate representation of color #714426: hue angle of 24º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714426 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 38 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.56 |
| HSL | 24º | 0.5% | 0.3% | - |
| HSV(B) | 24º | 0.66% | 0.44% | - |
| XYZ | 9.23 | 7.78 | 2.85 | - |
| YUV | 78.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 38 | 0 | 0.40 | 0.66 | 0.56 | 24 | 0.5 | 0.3 |
| Hex | 71 | 44 | 26 | 0 | 28 | 42 | 38 | 18 | 32 | 1E |
| Octal | 161 | 104 | 46 | 0 | 50 | 102 | 70 | 30 | 62 | 36 |
| Binary | 1110001 | 1000100 | 100110 | 0 | 101000 | 1000010 | 111000 | 11000 | 110010 | 11110 |
Color Harmonies of #714426
Complementary color
Monochromatic Colors of #714426
Black with #714426
Text Example
Text Example
White with #714426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714426; }
p { color: rgb(113,68,38); }
H1.HeaderClassName
{
color: #714426;
}
.AnyTagClassName
{
color: #714426;
}
</style>
background-color css
<style>
a { background-color: #714426; }
a { background-color: rgb(113,68,38); }
div.DivClassName
{
background-color: #714426;
}
.BgClassName
{
background-color: #714426;
}
</style>
border-color css
<style>
span { border-color: #714426; }
span { border-color: rgb(113,68,38); }
td.TdClassName
{
border-color: #714426;
}
.TagClassName
{
border-color: #714426;
}
</style>