Shades of Congo Brown #704E47
Tints of Congo Brown #704E47
RGB
CMYK
RGB Variations
Color information
#704E47 (or 0x704E47) is known color: Congo Brown. HEX triplet: 70, 4E and 47. RGB value is (112,78,71). Sum of RGB (Red+Green+Blue) = 112+78+71=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E47 is #8FB1B8. Grayscale: #575757. Windows color (decimal): -9417145 or 4673136. OLE color: 4673136.
HSL color Cylindrical-coordinate representation of color #704E47: hue angle of 10.24º degrees, saturation: 0.22, 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 #704E47 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 71 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.56 |
| HSL | 10.24º | 0.22% | 0.36% | - |
| HSV(B) | 10.24º | 0.37% | 0.44% | - |
| XYZ | 10.54 | 9.35 | 7.21 | - |
| YUV | 87.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 71 | 0 | 0.30 | 0.37 | 0.56 | 10.24 | 0.22 | 0.36 |
| Hex | 70 | 4E | 47 | 0 | 1E | 25 | 38 | A | 16 | 24 |
| Octal | 160 | 116 | 107 | 0 | 36 | 45 | 70 | 12 | 26 | 44 |
| Binary | 1110000 | 1001110 | 1000111 | 0 | 11110 | 100101 | 111000 | 1010 | 10110 | 100100 |
Color Harmonies of #704E47
Complementary color
Monochromatic Colors of #704E47
Black with #704E47
Text Example
Text Example
White with #704E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E47; }
p { color: rgb(112,78,71); }
H1.HeaderClassName
{
color: #704E47;
}
.AnyTagClassName
{
color: #704E47;
}
</style>
background-color css
<style>
a { background-color: #704E47; }
a { background-color: rgb(112,78,71); }
div.DivClassName
{
background-color: #704E47;
}
.BgClassName
{
background-color: #704E47;
}
</style>
border-color css
<style>
span { border-color: #704E47; }
span { border-color: rgb(112,78,71); }
td.TdClassName
{
border-color: #704E47;
}
.TagClassName
{
border-color: #704E47;
}
</style>