Shades of Congo Brown #714E46
Tints of Congo Brown #714E46
RGB
CMYK
RGB Variations
Color information
#714E46 (or 0x714E46) is known color: Congo Brown. HEX triplet: 71, 4E and 46. RGB value is (113,78,70). Sum of RGB (Red+Green+Blue) = 113+78+70=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #714E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E46 is #8EB1B9. Grayscale: #575757. Windows color (decimal): -9351610 or 4607601. OLE color: 4607601.
HSL color Cylindrical-coordinate representation of color #714E46: hue angle of 11.16º 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 #714E46 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 70 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.56 |
| HSL | 11.16º | 0.23% | 0.36% | - |
| HSV(B) | 11.16º | 0.38% | 0.44% | - |
| XYZ | 10.64 | 9.4 | 7.05 | - |
| YUV | 87.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 70 | 0 | 0.31 | 0.38 | 0.56 | 11.16 | 0.23 | 0.36 |
| Hex | 71 | 4E | 46 | 0 | 1F | 26 | 38 | B | 17 | 24 |
| Octal | 161 | 116 | 106 | 0 | 37 | 46 | 70 | 13 | 27 | 44 |
| Binary | 1110001 | 1001110 | 1000110 | 0 | 11111 | 100110 | 111000 | 1011 | 10111 | 100100 |
Color Harmonies of #714E46
Complementary color
Monochromatic Colors of #714E46
Black with #714E46
Text Example
Text Example
White with #714E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E46; }
p { color: rgb(113,78,70); }
H1.HeaderClassName
{
color: #714E46;
}
.AnyTagClassName
{
color: #714E46;
}
</style>
background-color css
<style>
a { background-color: #714E46; }
a { background-color: rgb(113,78,70); }
div.DivClassName
{
background-color: #714E46;
}
.BgClassName
{
background-color: #714E46;
}
</style>
border-color css
<style>
span { border-color: #714E46; }
span { border-color: rgb(113,78,70); }
td.TdClassName
{
border-color: #714E46;
}
.TagClassName
{
border-color: #714E46;
}
</style>