Shades of Congo Brown #724E45
Tints of Congo Brown #724E45
RGB
CMYK
RGB Variations
Color information
#724E45 (or 0x724E45) is known color: Congo Brown. HEX triplet: 72, 4E and 45. RGB value is (114,78,69). Sum of RGB (Red+Green+Blue) = 114+78+69=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #724E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E45 is #8DB1BA. Grayscale: #575757. Windows color (decimal): -9286075 or 4542066. OLE color: 4542066.
HSL color Cylindrical-coordinate representation of color #724E45: hue angle of 12º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #724E45 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 69 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.55 |
| HSL | 12º | 0.25% | 0.36% | - |
| HSV(B) | 12º | 0.39% | 0.45% | - |
| XYZ | 10.74 | 9.46 | 6.89 | - |
| YUV | 87.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 69 | 0 | 0.32 | 0.39 | 0.55 | 12 | 0.25 | 0.36 |
| Hex | 72 | 4E | 45 | 0 | 20 | 27 | 37 | C | 19 | 24 |
| Octal | 162 | 116 | 105 | 0 | 40 | 47 | 67 | 14 | 31 | 44 |
| Binary | 1110010 | 1001110 | 1000101 | 0 | 100000 | 100111 | 110111 | 1100 | 11001 | 100100 |
Color Harmonies of #724E45
Complementary color
Monochromatic Colors of #724E45
Black with #724E45
Text Example
Text Example
White with #724E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E45; }
p { color: rgb(114,78,69); }
H1.HeaderClassName
{
color: #724E45;
}
.AnyTagClassName
{
color: #724E45;
}
</style>
background-color css
<style>
a { background-color: #724E45; }
a { background-color: rgb(114,78,69); }
div.DivClassName
{
background-color: #724E45;
}
.BgClassName
{
background-color: #724E45;
}
</style>
border-color css
<style>
span { border-color: #724E45; }
span { border-color: rgb(114,78,69); }
td.TdClassName
{
border-color: #724E45;
}
.TagClassName
{
border-color: #724E45;
}
</style>