Shades of Congo Brown #704C43
Tints of Congo Brown #704C43
RGB
CMYK
RGB Variations
Color information
#704C43 (or 0x704C43) is known color: Congo Brown. HEX triplet: 70, 4C and 43. RGB value is (112,76,67). Sum of RGB (Red+Green+Blue) = 112+76+67=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #704C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C43 is #8FB3BC. Grayscale: #555555. Windows color (decimal): -9417661 or 4410480. OLE color: 4410480.
HSL color Cylindrical-coordinate representation of color #704C43: hue angle of 12º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704C43 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 67 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.56 |
| HSL | 12º | 0.25% | 0.35% | - |
| HSV(B) | 12º | 0.4% | 0.44% | - |
| XYZ | 10.28 | 9.02 | 6.51 | - |
| YUV | 85.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 67 | 0 | 0.32 | 0.40 | 0.56 | 12 | 0.25 | 0.35 |
| Hex | 70 | 4C | 43 | 0 | 20 | 28 | 38 | C | 19 | 23 |
| Octal | 160 | 114 | 103 | 0 | 40 | 50 | 70 | 14 | 31 | 43 |
| Binary | 1110000 | 1001100 | 1000011 | 0 | 100000 | 101000 | 111000 | 1100 | 11001 | 100011 |
Color Harmonies of #704C43
Complementary color
Monochromatic Colors of #704C43
Black with #704C43
Text Example
Text Example
White with #704C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C43; }
p { color: rgb(112,76,67); }
H1.HeaderClassName
{
color: #704C43;
}
.AnyTagClassName
{
color: #704C43;
}
</style>
background-color css
<style>
a { background-color: #704C43; }
a { background-color: rgb(112,76,67); }
div.DivClassName
{
background-color: #704C43;
}
.BgClassName
{
background-color: #704C43;
}
</style>
border-color css
<style>
span { border-color: #704C43; }
span { border-color: rgb(112,76,67); }
td.TdClassName
{
border-color: #704C43;
}
.TagClassName
{
border-color: #704C43;
}
</style>