Shades of Congo Brown #734E46
Tints of Congo Brown #734E46
RGB
CMYK
RGB Variations
Color information
#734E46 (or 0x734E46) is known color: Congo Brown. HEX triplet: 73, 4E and 46. RGB value is (115,78,70). Sum of RGB (Red+Green+Blue) = 115+78+70=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #734E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E46 is #8CB1B9. Grayscale: #585858. Windows color (decimal): -9220538 or 4607603. OLE color: 4607603.
HSL color Cylindrical-coordinate representation of color #734E46: hue angle of 10.67º degrees, saturation: 0.24, 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 #734E46 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 70 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.55 |
| HSL | 10.67º | 0.24% | 0.36% | - |
| HSV(B) | 10.67º | 0.39% | 0.45% | - |
| XYZ | 10.9 | 9.54 | 7.06 | - |
| YUV | 88.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 70 | 0 | 0.32 | 0.39 | 0.55 | 10.67 | 0.24 | 0.36 |
| Hex | 73 | 4E | 46 | 0 | 20 | 27 | 37 | B | 18 | 24 |
| Octal | 163 | 116 | 106 | 0 | 40 | 47 | 67 | 13 | 30 | 44 |
| Binary | 1110011 | 1001110 | 1000110 | 0 | 100000 | 100111 | 110111 | 1011 | 11000 | 100100 |
Color Harmonies of #734E46
Complementary color
Monochromatic Colors of #734E46
Black with #734E46
Text Example
Text Example
White with #734E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E46; }
p { color: rgb(115,78,70); }
H1.HeaderClassName
{
color: #734E46;
}
.AnyTagClassName
{
color: #734E46;
}
</style>
background-color css
<style>
a { background-color: #734E46; }
a { background-color: rgb(115,78,70); }
div.DivClassName
{
background-color: #734E46;
}
.BgClassName
{
background-color: #734E46;
}
</style>
border-color css
<style>
span { border-color: #734E46; }
span { border-color: rgb(115,78,70); }
td.TdClassName
{
border-color: #734E46;
}
.TagClassName
{
border-color: #734E46;
}
</style>