Shades of Congo Brown #714C46
Tints of Congo Brown #714C46
RGB
CMYK
RGB Variations
Color information
#714C46 (or 0x714C46) is known color: Congo Brown. HEX triplet: 71, 4C and 46. RGB value is (113,76,70). Sum of RGB (Red+Green+Blue) = 113+76+70=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #714C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C46 is #8EB3B9. Grayscale: #565656. Windows color (decimal): -9352122 or 4607089. OLE color: 4607089.
HSL color Cylindrical-coordinate representation of color #714C46: hue angle of 8.37º 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 #714C46 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 70 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.56 |
| HSL | 8.37º | 0.23% | 0.36% | - |
| HSV(B) | 8.37º | 0.38% | 0.44% | - |
| XYZ | 10.5 | 9.12 | 7 | - |
| YUV | 86.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 70 | 0 | 0.33 | 0.38 | 0.56 | 8.37 | 0.23 | 0.36 |
| Hex | 71 | 4C | 46 | 0 | 21 | 26 | 38 | 8 | 17 | 24 |
| Octal | 161 | 114 | 106 | 0 | 41 | 46 | 70 | 10 | 27 | 44 |
| Binary | 1110001 | 1001100 | 1000110 | 0 | 100001 | 100110 | 111000 | 1000 | 10111 | 100100 |
Color Harmonies of #714C46
Complementary color
Monochromatic Colors of #714C46
Black with #714C46
Text Example
Text Example
White with #714C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C46; }
p { color: rgb(113,76,70); }
H1.HeaderClassName
{
color: #714C46;
}
.AnyTagClassName
{
color: #714C46;
}
</style>
background-color css
<style>
a { background-color: #714C46; }
a { background-color: rgb(113,76,70); }
div.DivClassName
{
background-color: #714C46;
}
.BgClassName
{
background-color: #714C46;
}
</style>
border-color css
<style>
span { border-color: #714C46; }
span { border-color: rgb(113,76,70); }
td.TdClassName
{
border-color: #714C46;
}
.TagClassName
{
border-color: #714C46;
}
</style>