Html Css Color HEX #714625 Semi-Sweet Chocolate
📋 copy color: '#714625'red 113 ◦ green 70 ◦ blue 37
Shades of Semi-Sweet Chocolate #714625
Tints of Semi-Sweet Chocolate #714625
RGB
CMYK
RGB Variations
Color information
#714625 (or 0x714625) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 46 and 25. RGB value is (113,70,37). Sum of RGB (Red+Green+Blue) = 113+70+37=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #714625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714625 is #8EB9DA. Grayscale: #4F4F4F. Windows color (decimal): -9353691 or 2442865. OLE color: 2442865.
HSL color Cylindrical-coordinate representation of color #714625: hue angle of 26.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714625 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 37 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.56 |
| HSL | 26.05º | 0.51% | 0.29% | - |
| HSV(B) | 26.05º | 0.67% | 0.44% | - |
| XYZ | 9.33 | 8.02 | 2.81 | - |
| YUV | 79.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 37 | 0 | 0.38 | 0.67 | 0.56 | 26.05 | 0.51 | 0.29 |
| Hex | 71 | 46 | 25 | 0 | 26 | 43 | 38 | 1A | 33 | 1D |
| Octal | 161 | 106 | 45 | 0 | 46 | 103 | 70 | 32 | 63 | 35 |
| Binary | 1110001 | 1000110 | 100101 | 0 | 100110 | 1000011 | 111000 | 11010 | 110011 | 11101 |
Color Harmonies of #714625
Complementary color
Monochromatic Colors of #714625
Black with #714625
Text Example
Text Example
White with #714625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714625; }
p { color: rgb(113,70,37); }
H1.HeaderClassName
{
color: #714625;
}
.AnyTagClassName
{
color: #714625;
}
</style>
background-color css
<style>
a { background-color: #714625; }
a { background-color: rgb(113,70,37); }
div.DivClassName
{
background-color: #714625;
}
.BgClassName
{
background-color: #714625;
}
</style>
border-color css
<style>
span { border-color: #714625; }
span { border-color: rgb(113,70,37); }
td.TdClassName
{
border-color: #714625;
}
.TagClassName
{
border-color: #714625;
}
</style>