Shades of Congo Brown #704C47
Tints of Congo Brown #704C47
RGB
CMYK
RGB Variations
Color information
#704C47 (or 0x704C47) is known color: Congo Brown. HEX triplet: 70, 4C and 47. RGB value is (112,76,71). Sum of RGB (Red+Green+Blue) = 112+76+71=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #704C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C47 is #8FB3B8. Grayscale: #565656. Windows color (decimal): -9417657 or 4672624. OLE color: 4672624.
HSL color Cylindrical-coordinate representation of color #704C47: hue angle of 7.32º 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 #704C47 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 71 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.56 |
| HSL | 7.32º | 0.22% | 0.36% | - |
| HSV(B) | 7.32º | 0.37% | 0.44% | - |
| XYZ | 10.4 | 9.07 | 7.16 | - |
| YUV | 86.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 71 | 0 | 0.32 | 0.37 | 0.56 | 7.32 | 0.22 | 0.36 |
| Hex | 70 | 4C | 47 | 0 | 20 | 25 | 38 | 7 | 16 | 24 |
| Octal | 160 | 114 | 107 | 0 | 40 | 45 | 70 | 7 | 26 | 44 |
| Binary | 1110000 | 1001100 | 1000111 | 0 | 100000 | 100101 | 111000 | 111 | 10110 | 100100 |
Color Harmonies of #704C47
Complementary color
Monochromatic Colors of #704C47
Black with #704C47
Text Example
Text Example
White with #704C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C47; }
p { color: rgb(112,76,71); }
H1.HeaderClassName
{
color: #704C47;
}
.AnyTagClassName
{
color: #704C47;
}
</style>
background-color css
<style>
a { background-color: #704C47; }
a { background-color: rgb(112,76,71); }
div.DivClassName
{
background-color: #704C47;
}
.BgClassName
{
background-color: #704C47;
}
</style>
border-color css
<style>
span { border-color: #704C47; }
span { border-color: rgb(112,76,71); }
td.TdClassName
{
border-color: #704C47;
}
.TagClassName
{
border-color: #704C47;
}
</style>