Shades of Congo Brown #714C47
Tints of Congo Brown #714C47
RGB
CMYK
RGB Variations
Color information
#714C47 (or 0x714C47) is known color: Congo Brown. HEX triplet: 71, 4C and 47. RGB value is (113,76,71). Sum of RGB (Red+Green+Blue) = 113+76+71=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #714C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C47 is #8EB3B8. Grayscale: #565656. Windows color (decimal): -9352121 or 4672625. OLE color: 4672625.
HSL color Cylindrical-coordinate representation of color #714C47: hue angle of 7.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #714C47 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 71 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.56 |
| HSL | 7.14º | 0.23% | 0.36% | - |
| HSV(B) | 7.14º | 0.37% | 0.44% | - |
| XYZ | 10.53 | 9.13 | 7.17 | - |
| YUV | 86.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 71 | 0 | 0.33 | 0.37 | 0.56 | 7.14 | 0.23 | 0.36 |
| Hex | 71 | 4C | 47 | 0 | 21 | 25 | 38 | 7 | 17 | 24 |
| Octal | 161 | 114 | 107 | 0 | 41 | 45 | 70 | 7 | 27 | 44 |
| Binary | 1110001 | 1001100 | 1000111 | 0 | 100001 | 100101 | 111000 | 111 | 10111 | 100100 |
Color Harmonies of #714C47
Complementary color
Monochromatic Colors of #714C47
Black with #714C47
Text Example
Text Example
White with #714C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C47; }
p { color: rgb(113,76,71); }
H1.HeaderClassName
{
color: #714C47;
}
.AnyTagClassName
{
color: #714C47;
}
</style>
background-color css
<style>
a { background-color: #714C47; }
a { background-color: rgb(113,76,71); }
div.DivClassName
{
background-color: #714C47;
}
.BgClassName
{
background-color: #714C47;
}
</style>
border-color css
<style>
span { border-color: #714C47; }
span { border-color: rgb(113,76,71); }
td.TdClassName
{
border-color: #714C47;
}
.TagClassName
{
border-color: #714C47;
}
</style>