Shades of Congo Brown #704D47
Tints of Congo Brown #704D47
RGB
CMYK
RGB Variations
Color information
#704D47 (or 0x704D47) is known color: Congo Brown. HEX triplet: 70, 4D and 47. RGB value is (112,77,71). Sum of RGB (Red+Green+Blue) = 112+77+71=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #704D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D47 is #8FB2B8. Grayscale: #565656. Windows color (decimal): -9417401 or 4672880. OLE color: 4672880.
HSL color Cylindrical-coordinate representation of color #704D47: hue angle of 8.78º 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 #704D47 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 71 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.56 |
| HSL | 8.78º | 0.22% | 0.36% | - |
| HSV(B) | 8.78º | 0.37% | 0.44% | - |
| XYZ | 10.47 | 9.21 | 7.19 | - |
| YUV | 86.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 71 | 0 | 0.31 | 0.37 | 0.56 | 8.78 | 0.22 | 0.36 |
| Hex | 70 | 4D | 47 | 0 | 1F | 25 | 38 | 9 | 16 | 24 |
| Octal | 160 | 115 | 107 | 0 | 37 | 45 | 70 | 11 | 26 | 44 |
| Binary | 1110000 | 1001101 | 1000111 | 0 | 11111 | 100101 | 111000 | 1001 | 10110 | 100100 |
Color Harmonies of #704D47
Complementary color
Monochromatic Colors of #704D47
Black with #704D47
Text Example
Text Example
White with #704D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D47; }
p { color: rgb(112,77,71); }
H1.HeaderClassName
{
color: #704D47;
}
.AnyTagClassName
{
color: #704D47;
}
</style>
background-color css
<style>
a { background-color: #704D47; }
a { background-color: rgb(112,77,71); }
div.DivClassName
{
background-color: #704D47;
}
.BgClassName
{
background-color: #704D47;
}
</style>
border-color css
<style>
span { border-color: #704D47; }
span { border-color: rgb(112,77,71); }
td.TdClassName
{
border-color: #704D47;
}
.TagClassName
{
border-color: #704D47;
}
</style>