Shades of Congo Brown #745249
Tints of Congo Brown #745249
RGB
CMYK
RGB Variations
Color information
#745249 (or 0x745249) is known color: Congo Brown. HEX triplet: 74, 52 and 49. RGB value is (116,82,73). Sum of RGB (Red+Green+Blue) = 116+82+73=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745249 is #8BADB6. Grayscale: #5B5B5B. Windows color (decimal): -9153975 or 4805236. OLE color: 4805236.
HSL color Cylindrical-coordinate representation of color #745249: hue angle of 12.56º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #745249 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 73 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.55 |
| HSL | 12.56º | 0.23% | 0.37% | - |
| HSV(B) | 12.56º | 0.37% | 0.45% | - |
| XYZ | 11.42 | 10.23 | 7.68 | - |
| YUV | 91.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 73 | 0 | 0.29 | 0.37 | 0.55 | 12.56 | 0.23 | 0.37 |
| Hex | 74 | 52 | 49 | 0 | 1D | 25 | 37 | D | 17 | 25 |
| Octal | 164 | 122 | 111 | 0 | 35 | 45 | 67 | 15 | 27 | 45 |
| Binary | 1110100 | 1010010 | 1001001 | 0 | 11101 | 100101 | 110111 | 1101 | 10111 | 100101 |
Color Harmonies of #745249
Complementary color
Monochromatic Colors of #745249
Black with #745249
Text Example
Text Example
White with #745249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745249; }
p { color: rgb(116,82,73); }
H1.HeaderClassName
{
color: #745249;
}
.AnyTagClassName
{
color: #745249;
}
</style>
background-color css
<style>
a { background-color: #745249; }
a { background-color: rgb(116,82,73); }
div.DivClassName
{
background-color: #745249;
}
.BgClassName
{
background-color: #745249;
}
</style>
border-color css
<style>
span { border-color: #745249; }
span { border-color: rgb(116,82,73); }
td.TdClassName
{
border-color: #745249;
}
.TagClassName
{
border-color: #745249;
}
</style>