Shades of Congo Brown #734F46
Tints of Congo Brown #734F46
RGB
CMYK
RGB Variations
Color information
#734F46 (or 0x734F46) is known color: Congo Brown. HEX triplet: 73, 4F and 46. RGB value is (115,79,70). Sum of RGB (Red+Green+Blue) = 115+79+70=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #734F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F46 is #8CB0B9. Grayscale: #585858. Windows color (decimal): -9220282 or 4607859. OLE color: 4607859.
HSL color Cylindrical-coordinate representation of color #734F46: hue angle of 12º 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 #734F46 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 70 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.55 |
| HSL | 12º | 0.24% | 0.36% | - |
| HSV(B) | 12º | 0.39% | 0.45% | - |
| XYZ | 10.97 | 9.68 | 7.08 | - |
| YUV | 88.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 70 | 0 | 0.31 | 0.39 | 0.55 | 12 | 0.24 | 0.36 |
| Hex | 73 | 4F | 46 | 0 | 1F | 27 | 37 | C | 18 | 24 |
| Octal | 163 | 117 | 106 | 0 | 37 | 47 | 67 | 14 | 30 | 44 |
| Binary | 1110011 | 1001111 | 1000110 | 0 | 11111 | 100111 | 110111 | 1100 | 11000 | 100100 |
Color Harmonies of #734F46
Complementary color
Monochromatic Colors of #734F46
Black with #734F46
Text Example
Text Example
White with #734F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F46; }
p { color: rgb(115,79,70); }
H1.HeaderClassName
{
color: #734F46;
}
.AnyTagClassName
{
color: #734F46;
}
</style>
background-color css
<style>
a { background-color: #734F46; }
a { background-color: rgb(115,79,70); }
div.DivClassName
{
background-color: #734F46;
}
.BgClassName
{
background-color: #734F46;
}
</style>
border-color css
<style>
span { border-color: #734F46; }
span { border-color: rgb(115,79,70); }
td.TdClassName
{
border-color: #734F46;
}
.TagClassName
{
border-color: #734F46;
}
</style>