Shades of Congo Brown #714F46
Tints of Congo Brown #714F46
RGB
CMYK
RGB Variations
Color information
#714F46 (or 0x714F46) is known color: Congo Brown. HEX triplet: 71, 4F and 46. RGB value is (113,79,70). Sum of RGB (Red+Green+Blue) = 113+79+70=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F46 is #8EB0B9. Grayscale: #585858. Windows color (decimal): -9351354 or 4607857. OLE color: 4607857.
HSL color Cylindrical-coordinate representation of color #714F46: hue angle of 12.56º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #714F46 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 70 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.56 |
| HSL | 12.56º | 0.23% | 0.36% | - |
| HSV(B) | 12.56º | 0.38% | 0.44% | - |
| XYZ | 10.71 | 9.54 | 7.07 | - |
| YUV | 88.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 70 | 0 | 0.30 | 0.38 | 0.56 | 12.56 | 0.23 | 0.36 |
| Hex | 71 | 4F | 46 | 0 | 1E | 26 | 38 | D | 17 | 24 |
| Octal | 161 | 117 | 106 | 0 | 36 | 46 | 70 | 15 | 27 | 44 |
| Binary | 1110001 | 1001111 | 1000110 | 0 | 11110 | 100110 | 111000 | 1101 | 10111 | 100100 |
Color Harmonies of #714F46
Complementary color
Monochromatic Colors of #714F46
Black with #714F46
Text Example
Text Example
White with #714F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F46; }
p { color: rgb(113,79,70); }
H1.HeaderClassName
{
color: #714F46;
}
.AnyTagClassName
{
color: #714F46;
}
</style>
background-color css
<style>
a { background-color: #714F46; }
a { background-color: rgb(113,79,70); }
div.DivClassName
{
background-color: #714F46;
}
.BgClassName
{
background-color: #714F46;
}
</style>
border-color css
<style>
span { border-color: #714F46; }
span { border-color: rgb(113,79,70); }
td.TdClassName
{
border-color: #714F46;
}
.TagClassName
{
border-color: #714F46;
}
</style>